调整日志级别

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

View File

@@ -96,7 +96,7 @@ class XiurenImagePlugin(MessagePluginInterface):
# 初始化图片缓存管理器
self.image_cache_manager = ImageCacheManager(self.image_folder, cache_size)
self.LOG.info(
self.LOG.debug(
f"[{self.name}] 插件初始化完成,指令:{self._commands},图片目录:{self.image_folder},缓存大小:{cache_size}")
return True