From 25fbb8d38b32f1b2efedbf219bae0f97b581dbc7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 5 Mar 2025 11:40:49 +0800 Subject: [PATCH] =?UTF-8?q?debug,msg=20=E7=9C=8B=E7=9C=8B=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index 6d63379..15a8d89 100644 --- a/robot.py +++ b/robot.py @@ -282,7 +282,7 @@ class Robot(Job): try: now_time = str(datetime.now().strftime("%Y-%m-%d %H:%M:%S")) self.message_storage.archive_message(msg.roomid, now_time, msg.sender, msg.content, msg.type, msg.extra) - self.LOG.debug(f"msg.xml:{msg.xml}") + self.LOG.info(f"msg.xml:{msg.xml}") except Exception as e: self.LOG.error(f"archive_message error: {e}")