Skip to content

Commit

Permalink
Show message headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Feb 23, 2024
1 parent 422d3d9 commit 6bf79f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfurlbot/handlers/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ async def handle_slack_message(
topic=topic,
msg=msg,
)
logger.info("Topic", topic=msg.topic) # type: ignore [attr-defined]
logger.info("Headers", topic=msg.headers)

0 comments on commit 6bf79f0

Please sign in to comment.