Skip to content

Commit

Permalink
appveyor: Turn down sccache logging
Browse files Browse the repository at this point in the history
Let's not have it be quite so verbose
  • Loading branch information
alexcrichton committed Mar 13, 2017
1 parent fd182c4 commit f27bd73
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 f27bd73

Please sign in to comment.