From 22bbb9c58f04d0f17e3889ac57c865b4776ff1e8 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:29:01 -0600 Subject: [PATCH] add profile logger debug --- frigate/ptz/onvif.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index ec461ec46..a7a2cd68b 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -94,6 +94,7 @@ class OnvifController: and onvif_profile.VideoEncoderConfiguration.Encoding == "H264" ): profile = onvif_profile + logger.debug(f"Selected Onvif profile for {camera_name}: {profile}") break if profile is None: