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:
parent
3c2888a49e
commit
4670be1210
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
|
||||
"syslog": {
|
||||
"stdoutlevel": 5,
|
||||
"stdoutlevel": 4,
|
||||
"sysloglevel": 4
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
|
||||
"syslog": {
|
||||
"stdoutlevel": 5,
|
||||
"stdoutlevel": 4,
|
||||
"sysloglevel": 4
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
|
||||
"syslog": {
|
||||
"stdoutlevel": 5,
|
||||
"stdoutlevel": 4,
|
||||
"sysloglevel": 4
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
|
||||
"syslog": {
|
||||
"stdoutlevel": 5,
|
||||
"stdoutlevel": 4,
|
||||
"sysloglevel": 4
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue