Skip to content

Commit fb16f0b

Browse files
committed
oops, this won't work. ignore message extra params for logger
1 parent 8515e5b commit fb16f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridger/cogs/testmsg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def run_mqtt(self):
129129
async for mqtt_message in client.messages:
130130
# Ignoring PKI messages for now as we cannot decrypt them without storing keys somewhere
131131
if should_ignore_pki_message(str(mqtt_message.topic)):
132-
logger.bind(topic=topic, channel=channel, *mqtt_message.properties).debug(
132+
logger.bind(topic=topic, channel=channel).debug(
133133
f"Ignoring PKI message on topic {mqtt_message.topic}"
134134
) # noqa: E501
135135
continue

0 commit comments

Comments
 (0)