From 98dc118c721e902a7f1cb46b2eacf224afad0ff0 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Thu, 1 Jun 2017 09:45:33 -0600 Subject: [PATCH] Reduce sccache log level. --- src/bootstrap/native.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index ce1f63b4233..6b9a6347d22 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -184,7 +184,7 @@ pub fn llvm(build: &Build, target: &str) { configure_compilers(&mut cfg); if env::var_os("SCCACHE_ERROR_LOG").is_some() { - cfg.env("RUST_LOG", "sccache=info"); + cfg.env("RUST_LOG", "sccache=warn"); } // FIXME: we don't actually need to build all LLVM tools and all LLVM -- 2.44.0