From e17337785935d06c7655171eea44315361b6cf1e Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:56:36 -0500 Subject: [PATCH] change warning to debug --- frigate/record/maintainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index a5bc1b3e8..8f55e9442 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -451,7 +451,7 @@ class RecordingMaintainer(threading.Thread): break if stale_frame_count > 0: - logger.warning( + logger.debug( f"Found {stale_frame_count} old frames, segments from recordings may be missing." )