calculate statiscts for logger process

This commit is contained in:
Sergey Krashevich 2023-05-03 04:58:08 +03:00
parent 6fc6f20407
commit f6d0f5b766
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -79,6 +79,7 @@ class FrigateApp:
) )
self.log_process.daemon = True self.log_process.daemon = True
self.log_process.start() self.log_process.start()
self.processes["logger"] = self.log_process.pid or 0
root_configurer(self.log_queue) root_configurer(self.log_queue)
def init_config(self) -> None: def init_config(self) -> None: