From 43c38a6fa0cc357075d09f900d4c1b89a6b43742 Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Tue, 6 May 2025 21:06:40 +0800 Subject: [PATCH] Change slog to tracing in comments (#7378) * #7196 --- common/logging/src/sse_logging_components.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/logging/src/sse_logging_components.rs b/common/logging/src/sse_logging_components.rs index a25b5be6c5..d526f2b040 100644 --- a/common/logging/src/sse_logging_components.rs +++ b/common/logging/src/sse_logging_components.rs @@ -1,5 +1,4 @@ -// TODO(tracing) fix the comments below and remove reference of slog::Drain -//! This module provides an implementation of `slog::Drain` that optionally writes to a channel if +//! This module provides an implementation of `tracing_subscriber::layer::Layer` that optionally writes to a channel if //! there are subscribers to a HTTP SSE stream. use serde_json::json;