We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracing
1 parent dc06a36 commit 9cf8a49Copy full SHA for 9cf8a49
compiler/rustc_driver/src/lib.rs
@@ -1288,8 +1288,6 @@ pub fn init_env_logger(env: &str) {
1288
.with_indent_lines(true)
1289
.with_ansi(true)
1290
.with_targets(true)
1291
- .with_thread_ids(true)
1292
- .with_thread_names(true)
1293
.with_wraparound(10)
1294
.with_verbose_exit(true)
1295
.with_verbose_entry(true)
0 commit comments