mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
suppress log message
This commit is contained in:
parent
7c1e04cf7b
commit
1e5ec9d570
@ -62,6 +62,8 @@ def log_process(log_queue: Queue) -> None:
|
|||||||
if stop_event.is_set():
|
if stop_event.is_set():
|
||||||
break
|
break
|
||||||
continue
|
continue
|
||||||
|
if record.msg.startswith("You are using a scalar distance function"):
|
||||||
|
continue
|
||||||
logger = logging.getLogger(record.name)
|
logger = logging.getLogger(record.name)
|
||||||
logger.handle(record)
|
logger.handle(record)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user