Skip to content

Commit

Permalink
Apply color option to log (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 authored Nov 22, 2024
1 parent 476f693 commit 1b935db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn setup_logging(level: Level) -> Result<()> {
tracing_subscriber::fmt::fmt()
.with_env_filter(filter)
.event_format(format)
.with_writer(std::io::stderr)
.with_writer(anstream::stderr)
.init();
Ok(())
}
Expand Down

0 comments on commit 1b935db

Please sign in to comment.