diff --git a/repeater/data_acquisition/mqtt_handler.py b/repeater/data_acquisition/mqtt_handler.py index 5e92c34..6bc8b35 100644 --- a/repeater/data_acquisition/mqtt_handler.py +++ b/repeater/data_acquisition/mqtt_handler.py @@ -497,7 +497,7 @@ class _BrokerConnection: # Set JWT credentials before CONNECT handshake self._set_credentials() - logger.info( + logger.debug( f"Connecting to {self.broker['name']} " f"({protocol}://{self.broker['host']}:{self.broker['port']}) ..." )