Change slog to tracing in comments (#7378)

* #7196
This commit is contained in:
chonghe
2025-05-06 21:06:40 +08:00
committed by GitHub
parent c8224c8d5e
commit 43c38a6fa0

View File

@@ -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;