Skip to content

Commit

Permalink
feat: set tracing to output to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Oct 21, 2024
1 parent 9f306ef commit 9654b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/lair_keystore/src/bin/lair-keystore-bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async fn exec() -> LairResult<()> {
tracing::subscriber::set_global_default(
tracing_subscriber::FmtSubscriber::builder()
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
.with_writer(std::io::stderr)
.compact()
.finish(),
)
Expand Down

0 comments on commit 9654b4a

Please sign in to comment.