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
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