From 0f0846396b27e18a4cd4bdc29cc48f496c83c809 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 1 Jun 2012 15:03:21 -0700 Subject: [PATCH] Add gerrit logger to zuul Change-Id: Ia7f1282efc6cc6b5efde9e9cce98d28b54633c9f --- modules/openstack-ci-config/files/zuul/logging.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/openstack-ci-config/files/zuul/logging.conf b/modules/openstack-ci-config/files/zuul/logging.conf index 948b05826b..8b76da2663 100644 --- a/modules/openstack-ci-config/files/zuul/logging.conf +++ b/modules/openstack-ci-config/files/zuul/logging.conf @@ -1,5 +1,5 @@ [loggers] -keys=root,zuul +keys=root,zuul,gerrit [handlers] keys=console,debug,normal @@ -16,6 +16,11 @@ level=DEBUG handlers=debug,normal qualname=zuul +[logger_gerrit] +level=DEBUG +handlers=debug,normal +qualname=gerrit + [handler_console] level=WARNING class=StreamHandler