diff --git a/src/drunc/connectivity_service/client.py b/src/drunc/connectivity_service/client.py index 368fb6de7..87361690b 100644 --- a/src/drunc/connectivity_service/client.py +++ b/src/drunc/connectivity_service/client.py @@ -63,7 +63,9 @@ def is_ready(self, timeout: int = 10): ) return True - self.log.debug( + # 04-Feb-2026, KAB: increased the severity of the 'Connectivity service not ready' message + # so that users are notified that this happened. + self.log.error( f"Connectivity service not ready after {attempt} attempts. Timeout of {timeout}s reached." ) return False