Skip to content

Commit

Permalink
Auto merge of rust-lang#40488 - alexcrichton:appveyor-debug, r=brson
Browse files Browse the repository at this point in the history
appveyor: Turn down sccache logging

Let's not have it be quite so verbose
  • Loading branch information
bors committed Mar 14, 2017
2 parents fd182c4 + f27bd73 commit fa53235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa53235

Please sign in to comment.