mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-09 10:23:01 +02:00
fix(mqtt_handler): change log level from info to debug for connection messages
This commit is contained in:
@@ -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']}) ..."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user