From c436ff54051aebcdcfd1419721cbf58f7b151aef Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 26 Jun 2025 07:21:13 -0600 Subject: [PATCH] Don't log matplotlib --- frigate/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/log.py b/frigate/log.py index d81a268c9..f2171ffe0 100644 --- a/frigate/log.py +++ b/frigate/log.py @@ -80,6 +80,7 @@ def apply_log_levels(default: str, log_levels: dict[str, LogLevel]) -> None: log_levels = { "absl": LogLevel.error, "httpx": LogLevel.error, + "matplotlib": LogLevel.error, "tensorflow": LogLevel.error, "werkzeug": LogLevel.error, "ws4py": LogLevel.error,