Set message logging to debug (#1396)

This commit is contained in:
Yuhong Sun 2024-04-26 17:27:56 -07:00 committed by GitHub
parent 73d94086d6
commit 6f2d6fc5f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,7 +232,7 @@ def handle_new_chat_message(
To avoid extra overhead/latency, this assumes (and checks) that previous messages on the path
have already been set as latest"""
logger.info(f"Received new chat message: {chat_message_req.message}")
logger.debug(f"Received new chat message: {chat_message_req.message}")
if (
not chat_message_req.message