diff --git a/mqtt_queue.py b/mqtt_queue.py index f567628..cc191c5 100644 --- a/mqtt_queue.py +++ b/mqtt_queue.py @@ -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: