We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b246 commit cb71349Copy full SHA for cb71349
omnibot/processor.py
@@ -44,7 +44,7 @@ def process_event(event):
44
if event_type == "message" or event_type == "app_mention":
45
try:
46
with statsd.timer("process_event"):
47
- logger.debug(
+ logger.info(
48
f"Processing message: {json.dumps(event, indent=2)}",
49
extra=event_trace,
50
)
0 commit comments