We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parallel_compiler
1 parent 9cf8a49 commit 6e9ed8bCopy full SHA for 6e9ed8b
compiler/rustc_driver/src/lib.rs
@@ -1292,6 +1292,8 @@ pub fn init_env_logger(env: &str) {
1292
.with_verbose_exit(true)
1293
.with_verbose_entry(true)
1294
.with_indent_amount(2);
1295
+ #[cfg(parallel_compiler)]
1296
+ let layer = layer.with_thread_ids(true).with_thread_names(true);
1297
1298
use tracing_subscriber::layer::SubscriberExt;
1299
let subscriber = tracing_subscriber::Registry::default().with(filter).with(layer);
0 commit comments