Rollup merge of #146576 - ognevny:opt-dist-collector-logs, r=Kobzol

opt-dist: don't set `RUST_LOG=collector=debug`

see https://rust-lang.zulipchat.com/#narrow/channel/122651-general/topic/opt-dist.3A.20do.20not.20set.20RUST_LOG.3Dcollector.3Ddebug.20forcefully

r? Kobzol
This commit is contained in:
Matthias Krüger
2025-09-15 22:09:52 +02:00
committed by GitHub
-1
View File
@@ -39,7 +39,6 @@ fn init_compiler_benchmarks(
"--exact-match",
crates.join(",").as_str(),
])
.env("RUST_LOG", "collector=debug")
.env("RUSTC", env.rustc_stage_0().as_str())
.env("RUSTC_BOOTSTRAP", "1")
.workdir(&env.rustc_perf_dir());