调整日志级别

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

@@ -66,7 +66,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
if hasattr(content, "clean_content"):
content = content.clean_content
content = str(content).strip()
self.LOG.info(f"插件执行: {self.name}{content}")
self.LOG.debug(f"插件执行: {self.name}{content}")
if not content or "<sysmsg" not in content:
return False, "非系统消息"
sender = message.get("sender")