156
stars
139
commits
Rust
primary language
Jul 21, 2026
updated
Instrument your application with tracing and get tree-structured summaries of your application activity with timing information on the console:
(Format inspired by slog-term)
After instrumenting your app with tracing, add this subscriber like this:
let subscriber = Registry::default().with(HierarchicalLayer::new(2));
tracing::subscriber::set_global_default(subscriber).unwrap();
Rust
100.0%
156
stars
139
commits
Rust
primary language
Jul 21, 2026
updated
Instrument your application with tracing and get tree-structured summaries of your application activity with timing information on the console:
(Format inspired by slog-term)
After instrumenting your app with tracing, add this subscriber like this:
let subscriber = Registry::default().with(HierarchicalLayer::new(2));
tracing::subscriber::set_global_default(subscriber).unwrap();
Rust
100.0%