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 adf2bf1 commit 8e60a63Copy full SHA for 8e60a63
packages/slackBotFunction/app.py
@@ -41,11 +41,11 @@
41
42
43
@app.middleware
44
-def log_request(slack_logger, body, next):
+def log_request(logger, body, next): # Use SlackBolt logger
45
"""
46
SlackBolt library logging.
47
48
- logger.debug("Slack request received", extra={"body": body})
+ logger.debug(body)
49
return next()
50
51
0 commit comments