Add novaclient and keystoneauth debug logging

So that we can trace the API calls being made, put in debug logging for
novaclient and keystoneauth.

Change-Id: Ib2c95a416131f5b7b3d7779e8b9cbf0f4c823e49
This commit is contained in:
Monty Taylor 2017-03-23 09:24:31 -05:00
parent 30c4b46b48
commit 9b2e36e2fb
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 13 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function nodepool_write_config {
keys=simple
[loggers]
keys=root,nodepool,shade,kazoo
keys=root,nodepool,shade,kazoo,keystoneauth,novaclient
[handlers]
keys=console
@ -138,6 +138,18 @@ handlers=console
qualname=shade
propagate=0
[logger_keystoneauth]
level=DEBUG
handlers=console
qualname=keystoneauth
propagate=0
[logger_novaclient]
level=DEBUG
handlers=console
qualname=novaclient
propagate=0
[logger_kazoo]
level=INFO
handlers=console