40 lines
893 B
JSON
40 lines
893 B
JSON
{
|
|
"description": "Disable verbose recognition, unknown-candidate, and shoe debug logs for normal operation.",
|
|
"instance_overrides": {
|
|
"*": {
|
|
"override": {
|
|
"nodes": {
|
|
"recognize_face": {
|
|
"debug": {
|
|
"enabled": false,
|
|
"log_matches": false
|
|
}
|
|
},
|
|
"alarm_violation": {
|
|
"face_debug": {
|
|
"log_unknown_candidates": false
|
|
}
|
|
},
|
|
"detect_person": {
|
|
"debug": {
|
|
"stats": false,
|
|
"detections": false
|
|
}
|
|
},
|
|
"detect_face": {
|
|
"debug": {
|
|
"stats": false
|
|
}
|
|
},
|
|
"rule_shoe_association": {
|
|
"debug": false
|
|
},
|
|
"rule_shoe_color": {
|
|
"debug": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|