pub fn parse_level(rust_log: Option<&str>) -> LevelExpand description
Parses a verbosity threshold from a RUST_LOG-style value. Recognises a
level keyword appearing anywhere in the string (case-insensitive); defaults
to Level::Warn when none is found.