Skip to content

Commit

Permalink
undo changes to examples/fmt-pretty.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 25, 2021
1 parent f89ac63 commit 12f5ee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/examples/fmt-pretty.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#![deny(rust_2018_idioms)]

use tracing_subscriber::fmt::format::PrettyFields;
#[path = "fmt/yak_shave.rs"]
mod yak_shave;

fn main() {
tracing_subscriber::fmt()
.pretty()
.fmt_fields(PrettyFields::new())
.with_thread_names(true)
// enable everything
.with_max_level(tracing::Level::TRACE)
Expand Down

0 comments on commit 12f5ee0

Please sign in to comment.