调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:35:45 +08:00
parent c6a0679741
commit 8790d0c582
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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: