diff --git a/files/web-logging.conf b/files/web-logging.conf index b3ff4d3..9480c96 100644 --- a/files/web-logging.conf +++ b/files/web-logging.conf @@ -1,5 +1,5 @@ [loggers] -keys=root,zuul,gerrit,gear +keys=root,zuul,gerrit,gear,cherrypy [handlers] keys=console,debug,normal @@ -21,6 +21,11 @@ level=INFO handlers=debug,normal qualname=gerrit +[logger_cherrypy] +level=WARN +handlers=debug,normal +qualname=cherrypy + [logger_gear] level=WARNING handlers=debug,normal