about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-03-14 07:18:39 +0000
committerbors <bors@rust-lang.org>2017-03-14 07:18:39 +0000
commitfa53235cc4364fe085ccba720237d19b669c2f8b (patch)
tree7ee6c9d1b76036565770be5ded781fc2bc3cf8c8
parentfd182c4010b5aee72d070b15e90c98cb0fdc3776 (diff)
parentf27bd73fd2716899ae35865978c9ad5a88daa708 (diff)
downloadrust-fa53235cc4364fe085ccba720237d19b669c2f8b.tar.gz
rust-fa53235cc4364fe085ccba720237d19b669c2f8b.zip
Auto merge of #40488 - alexcrichton:appveyor-debug, r=brson
appveyor: Turn down sccache logging

Let's not have it be quite so verbose
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 744ef2b2b24..94a5efb3a2f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,7 +131,7 @@ install:
   - handle.exe -accepteula -help
 
   # Attempt to debug sccache failures
-  - set RUST_LOG=sccache
+  - set RUST_LOG=sccache=debug
   - set SCCACHE_ERROR_LOG=%CD%/sccache.log
 
 test_script: