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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user