Skip to content

Commit

Permalink
[ANE-1027] Reduce broker trace file size
Browse files Browse the repository at this point in the history
  • Loading branch information
nficca committed Sep 19, 2024
1 parent 6c25822 commit 2477cbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ impl Config {
.with(
tracing_subscriber::fmt::layer()
.json()
.with_span_events(FmtSpan::FULL)
.flatten_event(true)
.with_thread_ids(true)
.with_span_list(false)
.with_span_events(FmtSpan::ACTIVE)
.with_writer(sink),
);

Expand Down

0 comments on commit 2477cbd

Please sign in to comment.