Expand description
File-based audit store โ append-only JSON Lines format.
Each entry is written as a single JSON line. Writes acquire an exclusive
advisory file lock (flock) to prevent interleaved writes from concurrent
processes. Reads acquire a shared lock for consistency.
Structsยง
- File
Store - Append-only file store using JSON Lines format.