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

fix!: Replace atty with is_terminal #248

Closed epage closed 1 year ago

epage commented 1 year ago

This is to get around a soundness issue.

As part of this, the MSRV was bumped to 1.60

BREAKING CHANGES: Features renamed