Skip to content

tracing-tree v0.2.0

Compare
Choose a tag to compare
@davidbarsky davidbarsky released this 06 Dec 16:35
· 86 commits to main since this release
c577326

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 to stdout (as was the behavior in tracing-tree 0.1), configure the Layer as HierarchicalLayer::default().with_writer(std::io::stdout).

Crates.io: https://crates.io/crates/tracing-tree/0.2.0