fix(mqtt_handler): change log level from info to debug for connection messages

This commit is contained in:
Rightup
2026-07-14 16:02:24 +01:00
parent f49c29874c
commit 6085a06369
+1 -1
View File
@@ -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']}) ..."
)