Add gerrit IO logger

This reduces the log noise from gerrit -- we won't automatically
log all of the JSON values we get.

Change-Id: Ibfec14211f8c644a9c1e9104a96df5f47d5430ff
This commit is contained in:
James E. Blair 2017-06-29 10:06:33 -07:00
parent daa1e5bd12
commit efa87a0fa7
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[loggers]
keys=root,zuul,gerrit,gear
keys=root,zuul,gerrit,gerrit_io,gear
[handlers]
keys=console,debug,normal
@ -21,6 +21,11 @@ level=INFO
handlers=debug,normal
qualname=gerrit
[logger_gerrit_io]
level=INFO
handlers=debug,normal
qualname=zuul.GerritConnection.io
[logger_gear]
level=WARNING
handlers=debug,normal