Merge "Add oslo_concurrency=INFO to default log levels for nova-manage" into stable/ocata

This commit is contained in:
Jenkins 2017-08-12 06:17:52 +00:00 committed by Gerrit Code Review
commit 657dad762c
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,10 @@ CONF = nova.conf.CONF
QUOTAS = quota.QUOTAS
_EXTRA_DEFAULT_LOG_LEVELS = ['oslo_db=INFO', 'oslo_policy=INFO']
# Keep this list sorted and one entry per line for readability.
_EXTRA_DEFAULT_LOG_LEVELS = ['oslo_concurrency=INFO',
'oslo_db=INFO',
'oslo_policy=INFO']
# Decorators for actions