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",