mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Enable PAHO MQTT client logging (#38767)
This commit is contained in:
@@ -666,6 +666,9 @@ class MQTT:
|
||||
else:
|
||||
self._mqttc = mqtt.Client(client_id, protocol=proto)
|
||||
|
||||
# Enable logging
|
||||
self._mqttc.enable_logger()
|
||||
|
||||
username = self.conf.get(CONF_USERNAME)
|
||||
password = self.conf.get(CONF_PASSWORD)
|
||||
if username is not None:
|
||||
|
Reference in New Issue
Block a user