调整msg日志级别
This commit is contained in:
2
robot.py
2
robot.py
@@ -260,7 +260,7 @@ class Robot(Job):
|
|||||||
while wcf.is_receiving_msg():
|
while wcf.is_receiving_msg():
|
||||||
try:
|
try:
|
||||||
msg = wcf.get_msg()
|
msg = wcf.get_msg()
|
||||||
self.LOG.debug(msg)
|
self.LOG.info(msg)
|
||||||
self.processMsg(msg)
|
self.processMsg(msg)
|
||||||
except Empty:
|
except Empty:
|
||||||
continue # Empty message
|
continue # Empty message
|
||||||
|
|||||||
Reference in New Issue
Block a user