Log gear at debug level on nodepoold
We need to log gear at a debug level temporarily in order to debug a gear communication issue between zuul and nodepool. tcpdump shows the data is moving between the hosts we just aren't making use of it properly. Change-Id: I40e957452721a0e3e82cca4e39f9c56825736d38
This commit is contained in:
parent
f4f198a301
commit
a6c2ec56b5
@ -21,6 +21,11 @@ level=WARNING
|
|||||||
handlers=debug,normal
|
handlers=debug,normal
|
||||||
qualname=shade
|
qualname=shade
|
||||||
|
|
||||||
|
[logger_gear]
|
||||||
|
level=DEBUG
|
||||||
|
handlers=debug,normal
|
||||||
|
qualname=gear
|
||||||
|
|
||||||
[logger_nodepool]
|
[logger_nodepool]
|
||||||
level=DEBUG
|
level=DEBUG
|
||||||
handlers=debug,normal
|
handlers=debug,normal
|
||||||
|
Loading…
Reference in New Issue
Block a user