diff --git a/zuul/ansible/logconfig.py b/zuul/ansible/logconfig.py index 7ef43a8a45..512e32c025 100644 --- a/zuul/ansible/logconfig.py +++ b/zuul/ansible/logconfig.py @@ -110,6 +110,10 @@ _DEFAULT_SERVER_LOGGING_CONFIG = { 'handlers': ['console'], 'level': 'INFO', }, + 'cherrypy': { + 'handlers': ['console'], + 'level': 'WARN', + }, }, 'root': {'handlers': []}, }