Lower log level for bad-key-revoker. (#5132)

Right now if you run docker-compose up, this spams the log output
unnecessarily.
This commit is contained in:
Jacob Hoffman-Andrews 2020-10-16 14:40:52 -07:00 committed by GitHub
parent d47e65e1a8
commit 5eaa1af35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"interval": "1s" "interval": "1s"
}, },
"syslog": { "syslog": {
"stdoutlevel": 6, "stdoutlevel": 4,
"sysloglevel": 4 "sysloglevel": 4
} }
} }

View File

@ -27,7 +27,7 @@
"interval": "1s" "interval": "1s"
}, },
"syslog": { "syslog": {
"stdoutlevel": 6, "stdoutlevel": 4,
"sysloglevel": 4 "sysloglevel": 4
} }
} }