From 74bfaee67ec8beff30c91cdc4e23453e41d6e54a Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 7 Jan 2025 14:57:20 +0100 Subject: [PATCH] fix doc string --- libs/utils/src/logging.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/src/logging.rs b/libs/utils/src/logging.rs index b4481f0156..e30f38f5ac 100644 --- a/libs/utils/src/logging.rs +++ b/libs/utils/src/logging.rs @@ -132,7 +132,7 @@ pub struct FlushGuard; /// For example, to use the `tracing-chrome` crate to debug pageserver: /// /// 1. Enable the feature by adding `tracing-based-debugging` to the `features` list in -/// the pageserver crate's `Cargo.toml`. +/// the pageserver crate's `Cargo.toml`. /// 2. Build pageserver. /// 3. Launch pageserver with env var `NEON_UTILS_LOGGING_ENABLE_TRACING_CHROME=1`. /// 4. Cleanly shut down pageserver.