pub fn init(filter: Option<&str>, default_filter: &str)Expand description
Initialize a compact, human-friendly tracing subscriber.
Priority for the filter is:
- Explicit
filterargument (if provided) RUST_LOG/ default env filterdefault_filter
Also enables the log-to-tracing bridge so log crate messages (e.g., from yamux)
are filtered by the same rules.