diff --git a/src/debug.rs b/src/debug.rs index ff202e9..f03a054 100644 --- a/src/debug.rs +++ b/src/debug.rs @@ -141,9 +141,7 @@ impl Config { tracing_subscriber::fmt::layer() .json() .flatten_event(true) - .with_thread_ids(true) - .with_span_list(false) - .with_span_events(FmtSpan::ACTIVE) + .with_span_events(FmtSpan::NEW | FmtSpan::CLOSE) .with_writer(sink), );