调整日志级别

This commit is contained in:
liuwei
2025-05-13 14:31:00 +08:00
parent a56726f2ea
commit 622105f8ac
17 changed files with 17 additions and 17 deletions

View File

@@ -118,7 +118,7 @@ class GameTaskPlugin(MessagePluginInterface):
all_contacts = message.get("all_contacts", {})
self.bot = message.get("bot")
self.LOG.info(f"插件执行: {self.name}{content}")
self.LOG.debug(f"插件执行: {self.name}{content}")
# 检查权限
if roomid and gbm.get_group_permission(roomid, Feature.TASK_GAME) == PermissionStatus.DISABLED: