pub fn init_logger(verbose: bool)Expand description
Initialize the logging system with tracing.
Two layers, each with its OWN filter:
- the file layer (
~/.mermaid/mermaid.log), scoped byRUST_LOG/--verboseexactly as before; - the always-on
TraceRingwith a fixed mermaid-at-TRACE filter, somermaid feedbackcan export recent events without a reproduce-under- RUST_LOG round trip.