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