Skip to content

Commit 43c38a6

Browse files
authored
Change slog to tracing in comments (#7378)
* #7196
1 parent c8224c8 commit 43c38a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/logging/src/sse_logging_components.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// TODO(tracing) fix the comments below and remove reference of slog::Drain
2-
//! This module provides an implementation of `slog::Drain` that optionally writes to a channel if
1+
//! This module provides an implementation of `tracing_subscriber::layer::Layer` that optionally writes to a channel if
32
//! there are subscribers to a HTTP SSE stream.
43
54
use serde_json::json;

0 commit comments

Comments
 (0)