mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-24 00:20:35 +00:00
This branch renames `Filter` to `EnvFilter` and deprecates the previous name, as suggested in https://github.com/tokio-rs/tracing/pull/336#pullrequestreview-286356811. This should make the difference between an `EnvFilter` and a `LevelFilter` clearer. The `filter` feature has also been deprecated in favor of `env-filter`. Co-Authored-By: Benjamin Saunders <ben.e.saunders@gmail.com> Signed-off-by: Eliza Weisman <eliza@buoyant.io>