diff --git a/backend/danswer/bots/slack/utils.py b/backend/danswer/bots/slack/utils.py index b85c058bdae1..4e74f2d651ab 100644 --- a/backend/danswer/bots/slack/utils.py +++ b/backend/danswer/bots/slack/utils.py @@ -34,9 +34,9 @@ def respond_in_thread( raise ValueError("One of `text` or `blocks` must be provided") if text: - logger.info(f"Trying to send message: {text}") + logger.debug(f"Trying to send message: {text}") if blocks: - logger.info(f"Trying to send blocks: {blocks}") + logger.debug(f"Trying to send blocks: {blocks}") slack_call = make_slack_api_rate_limited(client.chat_postMessage) response = slack_call(