调整日志级别
This commit is contained in:
@@ -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)
|
||||
|
||||
# 加载群组权限
|
||||
|
||||
Reference in New Issue
Block a user