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: