Skip to content

Commit

Permalink
log: deprecate env_logger in favor of `tracing_subscriber::fmt::Sub…
Browse files Browse the repository at this point in the history
…scriber` (#2752)
  • Loading branch information
davidbarsky authored Oct 12, 2023
1 parent 2f27752 commit 11aac9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tracing-log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ pub use self::trace_logger::TraceLogger;

#[cfg(feature = "env_logger")]
#[cfg_attr(docsrs, doc(cfg(feature = "env_logger")))]
#[deprecated(
since = "0.1.4",
note = "use `tracing-subscriber`'s `fmt::Subscriber` instead"
)]
pub mod env_logger;

pub use log;
Expand Down

0 comments on commit 11aac9a

Please sign in to comment.