log every message
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2020-09-18 15:19:34 +02:00
parent ef6a2861bd
commit 3a7bf30a47
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ def handle_status_message(client, userdata, message):
topic=message.topic,
payload=message.payload.decode()
)
LOGGER.info(data)
try:
ids = data['topic'].replace(f"{config.MQTT_STATUS_TOPIC}/", "").split("/")
if len(ids) == 1: