Skip to content

Commit

Permalink
Remove extra-pretty printing from tracing subscriber
Browse files Browse the repository at this point in the history
The default output is still very readable, and uses much less space.
  • Loading branch information
JoeyBF committed Jun 23, 2024
1 parent 76ca1d4 commit 2221025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ mod logging {
};

Subscriber::builder()
.pretty()
.with_writer(std::io::stdout)
.with_max_level(tracing::Level::INFO)
.with_span_events(FmtSpan::NEW | FmtSpan::CLOSE)
Expand Down

0 comments on commit 2221025

Please sign in to comment.