fix 移除不必要的目录

This commit is contained in:
SengokuCola
2025-03-20 12:22:25 +08:00
parent 8c178b80d7
commit 500e586419
5 changed files with 27 additions and 58 deletions

View File

@@ -594,7 +594,7 @@ class Hippocampus:
logger.info("[遗忘] 开始检查数据库... 当前Logger信息:")
# logger.info(f"- Logger名称: {logger.name}")
logger.info(f"- Logger等级: {logger.level}")
# logger.info(f"- Logger等级: {logger.level}")
# logger.info(f"- Logger处理器: {[handler.__class__.__name__ for handler in logger.handlers]}")
# logger2 = setup_logger(LogModule.MEMORY)