Skip to content

Commit 62b8a5e

Browse files
committed
Reduce verbosity of RUSTC_LOG
1 parent ae90dcf commit 62b8a5e

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_driver/src

1 file changed

+0
-3
lines changed

compiler/rustc_driver/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1287,9 +1287,6 @@ pub fn init_env_logger(env: &str) {
12871287
.with_indent_lines(true)
12881288
.with_ansi(color_logs)
12891289
.with_targets(true)
1290-
.with_wraparound(10)
1291-
.with_verbose_exit(true)
1292-
.with_verbose_entry(true)
12931290
.with_indent_amount(2);
12941291
#[cfg(parallel_compiler)]
12951292
let layer = layer.with_thread_ids(true).with_thread_names(true);

0 commit comments

Comments
 (0)