We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8515e5b commit fb16f0bCopy full SHA for fb16f0b
bridger/cogs/testmsg.py
@@ -129,7 +129,7 @@ async def run_mqtt(self):
129
async for mqtt_message in client.messages:
130
# Ignoring PKI messages for now as we cannot decrypt them without storing keys somewhere
131
if should_ignore_pki_message(str(mqtt_message.topic)):
132
- logger.bind(topic=topic, channel=channel, *mqtt_message.properties).debug(
+ logger.bind(topic=topic, channel=channel).debug(
133
f"Ignoring PKI message on topic {mqtt_message.topic}"
134
) # noqa: E501
135
continue
0 commit comments