Merge "Add support for kazoo logging"

This commit is contained in:
Zuul 2018-02-08 18:23:31 +00:00 committed by Gerrit Code Review
commit 9393cbfb63
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,gear,kazoo
[handlers]
keys=console,debug,normal
@ -26,6 +26,11 @@ level=WARNING
handlers=debug,normal
qualname=gear
[logger_kazoo]
level=INFO
handlers=debug,normal
qualname=kazoo
[handler_console]
level=WARNING
class=StreamHandler