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

Remove misguided env_logger reference from docs #87

Closed igortg closed 10 months ago

igortg commented 10 months ago

Remove env_logger reference from env() method docs to avoid confusion since simple_logger does not fully support the same syntax from env_logger to on parsing RUST_LOG env var.

Fix #75

borntyping commented 10 months ago

Looks good, will try and find some time to fix the lint issues and merge it soon. Thanks!

borntyping commented 10 months ago

Released as part of 4.3.0, thanks!