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