Skip to content

Commit

Permalink
Change "ignoring message from bot" to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Feb 28, 2024
1 parent d2156c3 commit fc0154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfurlbot/services/slackunfurler.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def process_message(
original_message = json.loads(message.slack_event)
message_event = original_message["event"]
if "bot_id" in message_event and message_event["bot_id"] is not None:
self._logger.info("Ignoring message from bot")
self._logger.debug("Ignoring message from bot")
return

for unfurler in self._domain_unfurlers:
Expand Down

0 comments on commit fc0154e

Please sign in to comment.