tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.19k stars 677 forks source link

examples(all-levels.rs): update documentation #2869

Open bnjmnjrk opened 5 months ago

bnjmnjrk commented 5 months ago

Trace is the most verbose logging level. Writing info, warn, etc. logs to stdout, needs them to be a lower level of logging verbosity than trace.

Motivation

correct documentation

## Solution, no code change