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:
parent
daa1e5bd12
commit
efa87a0fa7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user