mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
e7b257089c
RUST_LOG supports regex filtering of log messages with a syntax like `RUST_LOG=main/foo` to use the regex filter 'foo'. Unfortunately, the filter was inverted, so `RUST_LOG=main/foo` would actually show all messages except the ones containing 'foo'.