From c8a7958e2bbe9cc50aa894e18867504034f8dab2 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 7 Apr 2026 16:25:34 +0800 Subject: [PATCH] move xiaoniu runtime logs to debug --- plugins/ai_auto_response/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ai_auto_response/main.py b/plugins/ai_auto_response/main.py index 5f7c281..629cf6f 100644 --- a/plugins/ai_auto_response/main.py +++ b/plugins/ai_auto_response/main.py @@ -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: