Skip to content

Commit

Permalink
change log severity for mqtt payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 1, 2024
1 parent 6d6308a commit 3120c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _mqtt_message(self, message, level, component_suffix):
"msg": message,
}

LOG.debug(f"mqtt payload is {payload!r}")
LOG.info(f"mqtt payload is {payload!r}")

self.mqtt.connect(self.config["MQTT_HOST"])
self.mqtt.publish(self.config["MQTT_TOPIC"], dumps(payload))
Expand Down

0 comments on commit 3120c1a

Please sign in to comment.