borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
221 stars 48 forks source link

"off" does not work in RUST_LOG #64

Closed BRA1L0R closed 2 years ago

BRA1L0R commented 2 years ago

When using .env() on the SimpleLogger constructor, off is not "recognized" as a valid option and SimpleLogger uses the default log level.

The issue has already been identified and am already working on a contribution to fix the problem.