调整日志级别
This commit is contained in:
@@ -90,7 +90,7 @@ class VideoPlugin(MessagePluginInterface):
|
||||
self.LOG.error(f"创建下载目录失败: {e}")
|
||||
return False
|
||||
|
||||
self.LOG.info(f"[{self.name}] 插件初始化完成,指令:{self._commands},下载目录:{self.download_dir}")
|
||||
self.LOG.debug(f"[{self.name}] 插件初始化完成,指令:{self._commands},下载目录:{self.download_dir}")
|
||||
return True
|
||||
|
||||
def start(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user