pub const TRACE_LEVEL_VALUES: [&str; 5];Expand description
Trace detail levels --trace-level accepts.
Each value is dispatched on by string equality in run_entry.rs; an
unrecognised value silently selected “no extra trace output at all” while
printing Trace level: <typo> as though it had taken effect.