Reduce verbosity of RUSTC_LOG

This commit is contained in:
jackh726 2021-08-09 21:39:39 -04:00
parent ae90dcf020
commit 62b8a5ef04

View file

@ -1287,9 +1287,6 @@ pub fn init_env_logger(env: &str) {
.with_indent_lines(true)
.with_ansi(color_logs)
.with_targets(true)
.with_wraparound(10)
.with_verbose_exit(true)
.with_verbose_entry(true)
.with_indent_amount(2);
#[cfg(parallel_compiler)]
let layer = layer.with_thread_ids(true).with_thread_names(true);