fix: 将日志级别从trace更改为debug

This commit is contained in:
晴猫
2025-06-11 22:49:25 +09:00
parent 4747c151d5
commit fc7b9b61d9
9 changed files with 22 additions and 22 deletions

View File

@@ -287,7 +287,7 @@ class ChattingObservation(Observation):
# print(f"构建中self.person_list: {self.person_list}")
logger.trace(
logger.debug(
f"Chat {self.chat_id} - 压缩早期记忆:{self.mid_memory_info}\n现在聊天内容:{self.talking_message_str}"
)