mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-17 11:38:04 +00:00
## Motivation factorial dbg! example doesn't produce any stdout & is referencing tracing 0.1 crate ## Solution update to path reference & set fmt max level DEBUG: ``` $ cargo run --example factorial Jan 10 21:17:47.574 DEBUG factorial: n <= 1 value=false Jan 10 21:17:47.575 DEBUG factorial: n <= 1 value=false ... ```