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'. |
||
|---|---|---|
| .. | ||
| directive.rs | ||
| lib.rs | ||
| macros.rs | ||