From 31fdbe914cb8bcf773d1852899ff911329d4215b Mon Sep 17 00:00:00 2001 From: Hwangjae Lee Date: Mon, 26 Jan 2026 19:19:36 +0900 Subject: [PATCH] docs(tracing): fix incorrect example description in lib.rs (#21417) Signed-off-by: Hwangjae Lee --- crates/tracing/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/tracing/src/lib.rs b/crates/tracing/src/lib.rs index c484520b45..72857de02a 100644 --- a/crates/tracing/src/lib.rs +++ b/crates/tracing/src/lib.rs @@ -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",