coren has submitted this change and it was merged. Change subject: zuul: stop debugging log for Gerrit events ......................................................................
zuul: stop debugging log for Gerrit events The debug.log is spammed with tons of Gerrit events we no more care about that much. They are stacktrace and json dumps. Change-Id: Id6926a160bcb6ab6bf8c2c9625263d7af056dfe9 --- M files/zuul/logging.conf 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: coren: Looks good to me, approved jenkins-bot: Verified diff --git a/files/zuul/logging.conf b/files/zuul/logging.conf index 8b76da2..622cc8f 100644 --- a/files/zuul/logging.conf +++ b/files/zuul/logging.conf @@ -17,7 +17,7 @@ qualname=zuul [logger_gerrit] -level=DEBUG +level=INFO handlers=debug,normal qualname=gerrit -- To view, visit https://gerrit.wikimedia.org/r/71916 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6926a160bcb6ab6bf8c2c9625263d7af056dfe9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: coren <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
