Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions common/logging/src/sse_logging_components.rs
Original file line number Diff line number Diff line change
@@ -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` that optionally writes to a channel if
//! there are subscribers to a HTTP SSE stream.

use serde_json::json;
Expand Down
Loading