调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:29:52 +08:00
parent a987902f72
commit 79d174649b
30 changed files with 49 additions and 49 deletions

View File

@@ -161,7 +161,7 @@ class GroupBotManager:
"""从 Redis 加载数据到本地缓存"""
group_list = r.smembers("group:list")
# 输出group_list 列表
logger.info(f"group_list: {group_list}")
logger.debug(f"group_list: {group_list}")
GroupBotManager.local_cache["group_list"] = set(group_list)
# 加载群组权限