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 e643573 commit d5bcf32Copy full SHA for d5bcf32
packages/slackBotFunction/app.py
@@ -136,9 +136,6 @@ def get_bedrock_knowledgebase_response(user_query):
136
lazy=[process_command_request],
137
)
138
139
-# Init the Slack Bolt logger and log handlers.
140
-SlackRequestHandler.clear_all_log_handlers()
141
-
142
143
# Lambda handler method.
144
@logger.inject_lambda_context
0 commit comments