diff --git a/frigate/util/process.py b/frigate/util/process.py index f0f6ff6f3..6ab84dc76 100644 --- a/frigate/util/process.py +++ b/frigate/util/process.py @@ -88,6 +88,5 @@ class Process(BaseProcess): self.logger = logging.getLogger(self.name) - if self.__log_queue: - logging.basicConfig(handlers=[], force=True) - logging.getLogger().addHandler(QueueHandler(self.__log_queue)) + logging.basicConfig(handlers=[], force=True) + logging.getLogger().addHandler(QueueHandler(self.__log_queue))