Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/async-io-2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol authored Jul 3, 2024
2 parents ab9d2b0 + bb6430e commit c990b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub mod subscriber {
let _ = tracing_subscriber::fmt()
.with_max_level(level.unwrap_or(tracing::Level::DEBUG))
.with_env_filter(EnvFilter::from_default_env())
.with_writer(std::io::stderr)
.try_init();
}
}
Expand Down

0 comments on commit c990b24

Please sign in to comment.