Skip to content

Commit fa53235

Browse files
committed
Auto merge of #40488 - alexcrichton:appveyor-debug, r=brson
appveyor: Turn down sccache logging Let's not have it be quite so verbose
2 parents fd182c4 + f27bd73 commit fa53235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ install:
131131
- handle.exe -accepteula -help
132132

133133
# Attempt to debug sccache failures
134-
- set RUST_LOG=sccache
134+
- set RUST_LOG=sccache=debug
135135
- set SCCACHE_ERROR_LOG=%CD%/sccache.log
136136

137137
test_script:

0 commit comments

Comments
 (0)