feat: 更新消息管理和数据库操作日志,增强调试信息
This commit is contained in:
@@ -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
|
||||
|
||||
# 执行函数
|
||||
|
||||
Reference in New Issue
Block a user