Add support for kazoo logging

The scheduler now uses kazoo for zookeeper integration, add support
for it.

Change-Id: I74fd30ad3cf90d7ac2904b4db5f91961c59cbbef
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-04 19:51:42 -05:00
parent 5bde958d2f
commit a4c87c9638
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1,5 +1,5 @@
[loggers] [loggers]
keys=root,zuul,gerrit,gear keys=root,zuul,gerrit,gear,kazoo
[handlers] [handlers]
keys=console,debug,normal keys=console,debug,normal
@ -26,6 +26,11 @@ level=WARNING
handlers=debug,normal handlers=debug,normal
qualname=gear qualname=gear
[logger_kazoo]
level=INFO
handlers=debug,normal
qualname=kazoo
[handler_console] [handler_console]
level=WARNING level=WARNING
class=StreamHandler class=StreamHandler