move xiaoniu runtime logs to debug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user