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

### Fixed: - Spans entered twice on the same thread sometimes being completely exited when the more deeply-nested entry is exited (#361) - Setting `with_ansi(false)` on `FmtSubscriber` not disabling ANSI color formatting for timestamps (#354) - Incorrect reference counting in `FmtSubscriber` that could cause spans to not be closed when all references are dropped (#366) Signed-off-by: Eliza Weisman <eliza@buoyant.io>
tracing-subscriber
Utilities for implementing and composing tracing
subscribers.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.