mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make watcher log debug
This commit is contained in:
parent
d2b738f857
commit
2cab7de6af
@ -95,7 +95,7 @@ class TasksManager:
|
|||||||
def command_watcher(self):
|
def command_watcher(self):
|
||||||
while True:
|
while True:
|
||||||
# select any commands waiting to be processed
|
# select any commands waiting to be processed
|
||||||
command_log.info(
|
command_log.debug(
|
||||||
"Queue currently has "
|
"Queue currently has "
|
||||||
f"{self.controller.management.command_queue.qsize()} queued commands."
|
f"{self.controller.management.command_queue.qsize()} queued commands."
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user