Add kazoo info logging

This provides information on connection state.

Change-Id: I03266e4e15697862bc2e6592b6662317ba39dcc8
This commit is contained in:
James E. Blair 2017-09-28 09:41:06 -07:00
parent 1f43ca60a9
commit 6c306a2433
1 changed files with 6 additions and 1 deletions

View File

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