Skip to main content

save_log

Function save_log 

Source
pub fn save_log(path: &Path, log: &[Event]) -> Result<()>
Expand description

JSON-lines event log persistence: one event per line, append-friendly, diffable, trivially inspectable. (SQLite — the settled storage choice — arrives when there is queryable state worth indexing, Phase 2 stats; see the delivery notes.)