调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:34:37 +08:00
parent 79d174649b
commit c6a0679741
30 changed files with 42 additions and 40 deletions

View File

@@ -51,7 +51,7 @@ class PluginManagerPlugin(MessagePluginInterface):
def start(self) -> bool:
"""启动插件"""
self.LOG.info(f"[{self.name}] 插件已启动")
self.LOG.debug(f"[{self.name}] 插件已启动")
self.status = PluginStatus.RUNNING
return True