Skip to content

Commit c0ea51c

Browse files
Reduce sccache log level.
1 parent afd4b81 commit c0ea51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/native.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn llvm(build: &Build, target: &str) {
183183
configure_compilers(&mut cfg);
184184

185185
if env::var_os("SCCACHE_ERROR_LOG").is_some() {
186-
cfg.env("RUST_LOG", "sccache=info");
186+
cfg.env("RUST_LOG", "sccache=warn");
187187
}
188188

189189
// FIXME: we don't actually need to build all LLVM tools and all LLVM

0 commit comments

Comments
 (0)