diff --git a/src/dstack/_internal/server/background/scheduled_tasks/gateways.py b/src/dstack/_internal/server/background/scheduled_tasks/gateways.py index 97dcb8164..73d153730 100644 --- a/src/dstack/_internal/server/background/scheduled_tasks/gateways.py +++ b/src/dstack/_internal/server/background/scheduled_tasks/gateways.py @@ -57,7 +57,7 @@ async def _process_connection(conn: GatewayConnection): try: await conn.check_or_restart() except SSHError as e: - logger.error("Connection to gateway %s failed: %s", conn.ip_address, e) + logger.warning("Connection to gateway %s failed: %s", conn.ip_address, e) return await conn.try_collect_stats()