mqtt_queue: log what gets put into the queue

This commit is contained in:
Franzi 2024-02-11 14:41:38 +01:00
parent 8b89dcfb1e
commit f695aa832e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -62,6 +62,7 @@ class MQTTQueue:
text,
)
)
LOG.info(f'Put queue item: {data["level"].lower()} {data["component"]} : {text}')
else:
LOG.info(f'Ignoring message for {data["component"]} because it was filtered')
except Exception as e: