Skip to content

Commit d5bcf32

Browse files
committed
Remove unused Slack Bolt default logging handlers
1 parent e643573 commit d5bcf32

File tree

1 file changed

+0
-3
lines changed
  • packages/slackBotFunction

1 file changed

+0
-3
lines changed

packages/slackBotFunction/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ def get_bedrock_knowledgebase_response(user_query):
136136
lazy=[process_command_request],
137137
)
138138

139-
# Init the Slack Bolt logger and log handlers.
140-
SlackRequestHandler.clear_all_log_handlers()
141-
142139

143140
# Lambda handler method.
144141
@logger.inject_lambda_context

0 commit comments

Comments
 (0)