mqtt_queue: log what gets put into the queue
This commit is contained in:
parent
8b89dcfb1e
commit
f695aa832e
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class MQTTQueue:
|
||||||
text,
|
text,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
LOG.info(f'Put queue item: {data["level"].lower()} {data["component"]} : {text}')
|
||||||
else:
|
else:
|
||||||
LOG.info(f'Ignoring message for {data["component"]} because it was filtered')
|
LOG.info(f'Ignoring message for {data["component"]} because it was filtered')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue