tokio-rs / tracing

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

tracing-subscriber: update docs for `try_from_default_env` #3149

Open dblnz opened 2 days ago

dblnz commented 2 days ago

The docs for the EnvFilter::try_from_default_env method reference another method.

Motivation

The docs look confusing referencing another method instead of the one documenting.

Solution

Change the method name being called