调整日志内容
This commit is contained in:
@@ -44,6 +44,7 @@ class StatsCollectorPlugin(PluginInterface):
|
||||
super().__init__()
|
||||
self.logger = logging.getLogger("StatsCollector")
|
||||
|
||||
self.LOG.info(f"正在初始化 {self.name} 插件...")
|
||||
# 默认配置
|
||||
self.config = {
|
||||
"enable": True,
|
||||
|
||||
@@ -36,7 +36,7 @@ class StatsDashboardPlugin(PluginInterface):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.logger = logging.getLogger("StatsDashboard")
|
||||
|
||||
self.LOG.info(f"正在初始化 {self.name} 插件...")
|
||||
self.server = None
|
||||
self.server_thread = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user