调整日志级别
This commit is contained in:
@@ -80,7 +80,7 @@ class FanhaoSearchPlugin(MessagePluginInterface):
|
||||
return True
|
||||
|
||||
def start(self) -> bool:
|
||||
self.LOG.info(f"[{self.name}] 插件已启动")
|
||||
self.LOG.debug(f"[{self.name}] 插件已启动")
|
||||
self.status = PluginStatus.RUNNING
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user