Make watcher log debug

This commit is contained in:
Andrew 2023-12-07 18:03:31 -05:00
parent d2b738f857
commit 2cab7de6af

View File

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