Add kazoo info logging
This provides information on connection state. Change-Id: I03266e4e15697862bc2e6592b6662317ba39dcc8
This commit is contained in:
parent
1f43ca60a9
commit
6c306a2433
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user