tracing-tree v0.2.0
Breaking Changes
- update to tracing-subscriber 0.3 (#40). This change requires consumers of tracing-tree 0.2 to depend on tracing-subscriber 0.3.
- default to
stderr
as output (#41). To write tostdout
(as was the behavior intracing-tree
0.1), configure the Layer asHierarchicalLayer::default().with_writer(std::io::stdout)
.
Crates.io: https://crates.io/crates/tracing-tree/0.2.0