调整日志级别
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user