Enable face recognition debug logging

This commit is contained in:
tian 2026-04-15 11:03:28 +08:00
parent ba4bf5339d
commit 6f3c5ad3e0

View File

@ -105,8 +105,8 @@
"dtype": "auto"
},
"debug": {
"enabled": false,
"log_matches": false,
"enabled": true,
"log_matches": true,
"min_log_interval_ms": 1000
}
},