better:优化log显示,不显示杂乱信息

This commit is contained in:
SengokuCola
2025-07-07 20:01:03 +08:00
parent 1ea5d28d73
commit 26e14bd6b7
9 changed files with 42 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ class Heartflow:
# 注册子心流
self.subheartflows[subheartflow_id] = new_subflow
heartflow_name = get_chat_manager().get_stream_name(subheartflow_id) or subheartflow_id
logger.info(f"[{heartflow_name}] 开始接收消息")
logger.debug(f"[{heartflow_name}] 开始接收消息")
return new_subflow
except Exception as e: