调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:29:52 +08:00
parent a987902f72
commit 79d174649b
30 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class StatsCollectorPlugin(PluginInterface):
def __init__(self):
super().__init__()
self.LOG = logger
self.LOG.info(f"正在初始化 {self.name} 插件...")
self.LOG.debug(f"正在初始化 {self.name} 插件...")
# 默认配置
self.config = {
"enable": True,