diff options
| author | bors <bors@rust-lang.org> | 2017-03-14 07:18:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-03-14 07:18:39 +0000 |
| commit | fa53235cc4364fe085ccba720237d19b669c2f8b (patch) | |
| tree | 7ee6c9d1b76036565770be5ded781fc2bc3cf8c8 | |
| parent | fd182c4010b5aee72d070b15e90c98cb0fdc3776 (diff) | |
| parent | f27bd73fd2716899ae35865978c9ad5a88daa708 (diff) | |
| download | rust-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.yml | 2 |
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: |
