feat: 更新消息管理和数据库操作日志,增强调试信息

This commit is contained in:
Windpicker-owo
2025-11-30 15:13:01 +08:00
parent 1750004ffa
commit fc85338d0b
5 changed files with 18 additions and 13 deletions

View File

@@ -192,7 +192,6 @@ def cached(
cached_result = await cache.get(cache_key)
if cached_result is not None:
logger.debug(f"缓存命中: {cache_key}")
return cached_result
# 执行函数