1 parent e031cf3 commit a525473Copy full SHA for a525473
1 file changed
tracing-web-console/src/subscriber.rs
@@ -115,10 +115,10 @@ impl LogCaptureLayer {
115
116
/// Targets to filter out to avoid noise and recursive logging
117
const FILTERED_TARGETS: &[&str] = &[
118
- "log", // log crate compatibility layer
+ "log", // log crate compatibility layer
119
"tracing_web_console", // our own crate (avoid recursion)
120
- "tungstenite", // WebSocket library internals
121
- "tokio_tungstenite", // async WebSocket library internals
+ "tungstenite", // WebSocket library internals
+ "tokio_tungstenite", // async WebSocket library internals
122
];
123
124
impl<S> Layer<S> for LogCaptureLayer
0 commit comments