From 6f3c5ad3e091fcbe3620ba5ab0f7838f24a6c1d1 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Wed, 15 Apr 2026 11:03:28 +0800 Subject: [PATCH] Enable face recognition debug logging --- configs/full_pipeline_1080p_test_alarm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/full_pipeline_1080p_test_alarm.json b/configs/full_pipeline_1080p_test_alarm.json index 909a35e..711ffb9 100644 --- a/configs/full_pipeline_1080p_test_alarm.json +++ b/configs/full_pipeline_1080p_test_alarm.json @@ -105,8 +105,8 @@ "dtype": "auto" }, "debug": { - "enabled": false, - "log_matches": false, + "enabled": true, + "log_matches": true, "min_log_interval_ms": 1000 } },