Skip to content

Commit

Permalink
update changelog to include trace_logger removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Oct 24, 2023
1 parent 780ece7 commit 5d913c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tracing-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# 0.2.0 (October 23rd, 2023)

This release contains a breaking change: the removal of the `env_logger`
feature. Users who desire a similar experience should instead use
[`tracing_subscriber::fmt::Subscriber`] or [`tracing_subscriber::fmt::Layer`]
with the [`Targets`] or [`EnvFilter`] filters.
This release contains two breaking changes: the removal of the `env_logger`
and `trace_logger` features. Below are the suggested migration paths:

- `env_logger`: users should use [`tracing_subscriber::fmt::Subscriber`]
or [`tracing_subscriber::fmt::Layer`] with the [`Targets`] or [`EnvFilter`]
filters instead.
- `trace_logger`: users should use the `tracing` crate's "log" feature flag instead.

### Breaking Changes

- Remove `env_logger` feature ([#2771])
- Remove `trace_logger` feature ([#2771])

[#2771]: https://github.com/tokio-rs/tracing/pull/2771
[`tracing_subscriber::fmt::Subscriber`]: https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html
Expand Down

0 comments on commit 5d913c4

Please sign in to comment.