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:
Clark Boylan 2016-08-29 14:22:52 -07:00
parent f4f198a301
commit a6c2ec56b5
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ level=WARNING
handlers=debug,normal
qualname=shade
[logger_gear]
level=DEBUG
handlers=debug,normal
qualname=gear
[logger_nodepool]
level=DEBUG
handlers=debug,normal