mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00

Removing the `env_logger` feature in order to address GHSA-g98v-hv3f-hcfr. In addition, this PR also removes the deprecated `trace_logger` module, in preparation for an upcoming v0.2.0 of `tracing-log`. For additional details on the approach, please refer to #2750. Note that this PR depends on #2770, so this PR will temporarily have more commits than intended. --------- Co-authored-by: Eliza Weisman <eliza@buoyant.io>