调整日志级别

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

@@ -112,7 +112,7 @@ class MessageSignPlugin(MessagePluginInterface):
# 加载词汇表
self.load_vocabulary()
self.LOG.info(
self.LOG.debug(
f"[{self.name}] 插件初始化完成,指令:{self._commands},补签指令:{self._makeup_commands},已加载 {len(self.vocab_list)} 个词汇")
return True