better:优化一些颜色和Logger

better:优化logger
This commit is contained in:
SengokuCola
2025-07-24 03:52:08 +08:00
parent 677b17754a
commit 6c9c94d719
8 changed files with 45 additions and 36 deletions

View File

@@ -143,7 +143,7 @@ class BaseAction(ABC):
self.target_id = self.user_id
logger.debug(f"{self.log_prefix} Action组件初始化完成")
logger.info(
logger.debug(
f"{self.log_prefix} 聊天信息: 类型={'群聊' if self.is_group else '私聊'}, 平台={self.platform}, 目标={self.target_id}"
)