Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsl committed Jun 11, 2024
1 parent 744b246 commit cb71349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibot/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def process_event(event):
if event_type == "message" or event_type == "app_mention":
try:
with statsd.timer("process_event"):
logger.debug(
logger.info(
f"Processing message: {json.dumps(event, indent=2)}",
extra=event_trace,
)
Expand Down

0 comments on commit cb71349

Please sign in to comment.