docs(tracing): fix incorrect example description in lib.rs (#21417)

Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
This commit is contained in:
Hwangjae Lee
2026-01-26 19:19:36 +09:00
committed by GitHub
parent 6870747246
commit 31fdbe914c

View File

@@ -32,8 +32,7 @@
//! }
//! ```
//!
//! This example sets up a tracer with JSON format logging for journald and terminal-friendly
//! format for file logging.
//! This example sets up a tracer with JSON format logging to stdout.
#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",