mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix: change logging level to debug for plugin backup messages
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ class SystemChain(ChainBase):
|
|||||||
if target_path.exists():
|
if target_path.exists():
|
||||||
continue
|
continue
|
||||||
shutil.copytree(item, target_path)
|
shutil.copytree(item, target_path)
|
||||||
logger.info(f"已备份插件目录: {item.name}")
|
logger.debug(f"已备份插件目录: {item.name}")
|
||||||
# 如果是文件
|
# 如果是文件
|
||||||
elif item.is_file():
|
elif item.is_file():
|
||||||
if target_path.exists():
|
if target_path.exists():
|
||||||
|
|||||||
Reference in New Issue
Block a user