Skip to content

Commit cb71349

Browse files
committed
debugging
1 parent 744b246 commit cb71349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omnibot/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def process_event(event):
4444
if event_type == "message" or event_type == "app_mention":
4545
try:
4646
with statsd.timer("process_event"):
47-
logger.debug(
47+
logger.info(
4848
f"Processing message: {json.dumps(event, indent=2)}",
4949
extra=event_trace,
5050
)

0 commit comments

Comments
 (0)