We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8224c8 commit 43c38a6Copy full SHA for 43c38a6
common/logging/src/sse_logging_components.rs
@@ -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
+//! This module provides an implementation of `tracing_subscriber::layer::Layer` that optionally writes to a channel if
3
//! there are subscribers to a HTTP SSE stream.
4
5
use serde_json::json;
0 commit comments