From 89faadc064f26c6070bf3bafd4a3dee2c603257b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 31 Jul 2015 13:19:22 -0700 Subject: [PATCH] Log gerrit at INFO level This is the normally expected configuration for Zuul logging. This reverts commit 5f780500c374221cb537389b6db1003042be30d5 from the system-config repo. DEBUG level was temporarily set to help debug a Zuul issue in production. Of course, future changes to OpenStack's Zuul logging should be parameterized, but even so, the value in this change should be the default. Change-Id: I429346047d5901ca75afa04baddc7802605010ba --- files/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/logging.conf b/files/logging.conf index f4002b3..62ee24e 100644 --- a/files/logging.conf +++ b/files/logging.conf @@ -17,7 +17,7 @@ handlers=debug,normal qualname=zuul [logger_gerrit] -level=DEBUG +level=INFO handlers=debug,normal qualname=gerrit