pub const DEFAULT_LOG_CAPACITY: usize = 1000;
Default ring-buffer capacity (lines). Sized so a daemon retains a few minutes of INFO-level chatter while costing well under 1 MB of RAM.