Merge pull request #328 from JiangChenrui/patch-1

Change logger from error to info level
This commit is contained in:
thsrite
2026-04-26 21:00:31 -07:00
committed by GitHub

View File

@@ -184,7 +184,7 @@ class SubscribeGroup(_PluginBase):
# 二级分类自定义配置
category_conf = self._subscribe_confs.get(category)
logger.error(
logger.info(
f"订阅记录:{subscribe.name} 二级分类:{category} 自定义配置:{category_conf}")
update_dict = {}