Skip to content

Commit

Permalink
fix: disable displaying tracing target (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Jul 29, 2024
1 parent dca5832 commit 7b87b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brush-shell/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl TraceEventConfig {
let layer = tracing_subscriber::fmt::layer()
.with_writer(std::io::stderr)
.without_time()
.with_target(false)
.with_filter(reload_filter);

if tracing_subscriber::registry()
Expand Down

0 comments on commit 7b87b0f

Please sign in to comment.