mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Add support for NGINX VOD Module
This commit is contained in:
committed by
Blake Blackshear
parent
a4e6d9ed9a
commit
aab6a00e4c
+1
-1
@@ -35,7 +35,7 @@ def log_process(log_queue):
|
||||
while True:
|
||||
try:
|
||||
record = log_queue.get(timeout=5)
|
||||
except queue.Empty:
|
||||
except (queue.Empty, KeyboardInterrupt):
|
||||
continue
|
||||
logger = logging.getLogger(record.name)
|
||||
logger.handle(record)
|
||||
|
||||
Reference in New Issue
Block a user