From f550f23c6f7322487197fd7b16d515a367aa8944 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 18 Feb 2025 11:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4msg=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BA=A7=E5=88=AB?= 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 6b42ded..1f8107e 100644 --- a/robot.py +++ b/robot.py @@ -260,7 +260,7 @@ class Robot(Job): while wcf.is_receiving_msg(): try: msg = wcf.get_msg() - self.LOG.debug(msg) + self.LOG.info(msg) self.processMsg(msg) except Empty: continue # Empty message