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." )