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
782 stars 124 forks source link

Use `std::io::IsTerminal` rather than `is-terminal` #280

Closed joshtriplett closed 5 months ago

joshtriplett commented 9 months ago

This removes many large dependencies.

epage commented 9 months ago

This is being discussed in #276 with the main concern being the MSRV

epage commented 5 months ago

This is superseded by #298 (bypassing the MSRV discussion by bundling this in with a breaking change)