Append one structured line per saved clip to recordings/captures.jsonl so there is a durable, greppable record independent of service logs.
Example:
{"time":"2026-06-17T15:45:31Z","camera":"Front","trigger":"motion","file":"Front_....mp4","bytes":5909985,"seconds":30}
Open question: log failed recordings too (with "status":"failed") for a complete audit trail, or only successful captures? Leaning toward logging both.
Append one structured line per saved clip to
recordings/captures.jsonlso there is a durable, greppable record independent of service logs.Example:
{"time":"2026-06-17T15:45:31Z","camera":"Front","trigger":"motion","file":"Front_....mp4","bytes":5909985,"seconds":30}Open question: log failed recordings too (with
"status":"failed") for a complete audit trail, or only successful captures? Leaning toward logging both.