Skip to content

Commit 50d0f5c

Browse files
committed
sink writer
1 parent 6c29a9d commit 50d0f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/logging/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ pub fn create_tracing_layer(base_tracing_log_path: PathBuf) {
268268

269269
if let Err(e) = tracing_subscriber::fmt()
270270
.with_env_filter(filter_layer)
271+
.with_writer(std::io::sink)
271272
.finish()
272273
.with(MetricsLayer)
273274
.with(custom_layer)

0 commit comments

Comments
 (0)