Skip to content

Commit

Permalink
Already Handled to warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Dec 19, 2024
1 parent da61e3f commit 406ba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paradox/lib/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def handle(self, data) -> None:
handled = True
await handler(data)
except AlreadyHandledError:
logger.error("Already handled")
logger.warning("Already handled")
except Exception:
logger.exception("Exception caught during message handling")
raise
Expand Down

0 comments on commit 406ba85

Please sign in to comment.