mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Enable PAHO MQTT client logging (#38767)
This commit is contained in:
parent
192fe58fc8
commit
4fa346278c
@ -666,6 +666,9 @@ class MQTT:
|
|||||||
else:
|
else:
|
||||||
self._mqttc = mqtt.Client(client_id, protocol=proto)
|
self._mqttc = mqtt.Client(client_id, protocol=proto)
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
self._mqttc.enable_logger()
|
||||||
|
|
||||||
username = self.conf.get(CONF_USERNAME)
|
username = self.conf.get(CONF_USERNAME)
|
||||||
password = self.conf.get(CONF_PASSWORD)
|
password = self.conf.get(CONF_PASSWORD)
|
||||||
if username is not None:
|
if username is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user