启用数据库预加载器,清理日志

This commit is contained in:
Windpicker-owo
2025-12-08 17:17:53 +08:00
parent 96ed5a6789
commit a1d60ab026
46 changed files with 484 additions and 886 deletions

View File

@@ -876,7 +876,6 @@ class DefaultReplyer:
notice_lines.append("")
result = "\n".join(notice_lines)
logger.info(f"notice块构建成功chat_id={chat_id}, 长度={len(result)}")
return result
else:
logger.debug(f"没有可用的notice文本chat_id={chat_id}")