mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Enable PAHO MQTT client logging (#38767)
This commit is contained in:
parent
192fe58fc8
commit
4fa346278c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user