move xiaoniu runtime logs to debug
This commit is contained in:
@@ -697,7 +697,7 @@ class AIAutoResponsePlugin(MessagePluginInterface):
|
|||||||
if not self.log_debug:
|
if not self.log_debug:
|
||||||
return
|
return
|
||||||
summary = self._build_log_summary(event, kwargs)
|
summary = self._build_log_summary(event, kwargs)
|
||||||
self.LOG.info(summary)
|
self.LOG.debug(summary)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _preview(text: str, limit: int = 80) -> str:
|
def _preview(text: str, limit: int = 80) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user