debug,msg 看看内容

This commit is contained in:
liuwei
2025-03-05 12:06:55 +08:00
parent 25fbb8d38b
commit f01b5da8a7

View File

@@ -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.info(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}")