Reduce log level for WFE in tests. (#3918)

Our Travis output is quite verbose with the WFE output, and it's very
rare that we have to reference it. I'd like to remove the INFO-level
logs (i.e. the logs of every request) so that it's easier to see real
errors, and faster to scroll to the bottom of logs of failed runs.
This commit is contained in:
Jacob Hoffman-Andrews 2018-11-01 06:50:41 -07:00 committed by Daniel McCarney
parent 3c2888a49e
commit 4670be1210
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
},
"syslog": {
"stdoutlevel": 5,
"stdoutlevel": 4,
"sysloglevel": 4
},

View File

@ -43,7 +43,7 @@
},
"syslog": {
"stdoutlevel": 5,
"stdoutlevel": 4,
"sysloglevel": 4
},

View File

@ -36,7 +36,7 @@
},
"syslog": {
"stdoutlevel": 5,
"stdoutlevel": 4,
"sysloglevel": 4
},

View File

@ -41,7 +41,7 @@
},
"syslog": {
"stdoutlevel": 5,
"stdoutlevel": 4,
"sysloglevel": 4
},