mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 23:34:40 +00:00

## Motivation Some Tracing examples, especially in unstable crates, were written against earlier versions of `tracing`. They don't always demonstrate the most idiomatic use of Tracing APIs. ## Solution This updates the examples to use newer Tracing APIs and syntax. Now, the examples will demonstrate the preferred idioms. Signed-off-by: Eliza Weisman <eliza@buoyant.io>