mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
calculate statiscts for logger process
This commit is contained in:
parent
6fc6f20407
commit
f6d0f5b766
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user