tracing-tree v0.2.1
What's Changed
- fix: removes unnecessary
fmt::Debug
bounds onHierarchicalLayer
, which makes it possible to composeHierarchicalLayer
with otherHierarchicalLayers
(#45). - fix: check whether another
HierarchicalLayer
has already placed Data in the extensions; skipping if it's already present. This prevents the panic reported in tokio-rs/tracing#2112.
Thanks to @conradludgate and @joxcat for reporting this these issues!
Crates.io: https://crates.io/crates/tracing-tree/0.2.1