rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
803 stars 125 forks source link

Fix copy-paste error in docs #222

Closed Felerius closed 1 year ago

Felerius commented 2 years ago

The description for the example of Builder::filter_level was referencing a module path even though filter_level is applied globally.