Skip to content

Commit

Permalink
Revert changing the log writer
Browse files Browse the repository at this point in the history
Per maintainers' request.
  • Loading branch information
imikushin committed Jan 25, 2025
1 parent 39c5f85 commit b934586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/machine/src/utils/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub fn setup_logger() {
.with_thread_names(false)
.with_env_filter(env_filter)
.with_span_events(FmtSpan::CLOSE)
.with_writer(std::io::stderr)
.finish()
.init();
}
Expand Down

0 comments on commit b934586

Please sign in to comment.