恢复默认

This commit is contained in:
SnowindMe
2025-04-13 01:19:34 +08:00
parent 6da41d99e2
commit 76cc007315
3 changed files with 5 additions and 5 deletions

View File

@@ -337,7 +337,7 @@ class LLMStatistics:
stats_output = self._format_stats_section_lite(
hour_stats, "最近1小时统计详细信息见根目录文件llm_statistics.txt"
)
logger.debug("\n" + stats_output + "\n" + "=" * 50)
logger.info("\n" + stats_output + "\n" + "=" * 50)
except Exception:
logger.exception("控制台统计数据输出失败")