mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
Set message logging to debug (#1396)
This commit is contained in:
parent
73d94086d6
commit
6f2d6fc5f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user