move xiaoniu runtime logs to debug

This commit is contained in:
liuwei
2026-04-07 16:25:34 +08:00
parent 96432039cc
commit c8a7958e2b

View File

@@ -697,7 +697,7 @@ class AIAutoResponsePlugin(MessagePluginInterface):
if not self.log_debug:
return
summary = self._build_log_summary(event, kwargs)
self.LOG.info(summary)
self.LOG.debug(summary)
@staticmethod
def _preview(text: str, limit: int = 80) -> str: