Disable oslo_messaging debug logging

We previously set the default log level for oslo.messaging to INFO, when
we switched over to oslo_messaging this didn't get changed.

This should significantly reduce the amount of logging, in one tempest
run, nova-compute logs 13k oslo_messaging debug logs.

Change-Id: I560c679af420f1da8054f163f80ae1e39bb7d089
This commit is contained in:
Joe Gordon 2015-03-19 11:22:03 -07:00
parent 5b8e156782
commit 69988eb5d0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ _DEFAULT_SQL_CONNECTION = 'sqlite:///' + paths.state_path_def('nova.sqlite')
_DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO',
'oslo.messaging=INFO', 'iso8601=WARN',
'oslo_messaging=INFO', 'iso8601=WARN',
'requests.packages.urllib3.connectionpool=WARN',
'urllib3.connectionpool=WARN', 'websocket=WARN',
'keystonemiddleware=WARN', 'routes.middleware=WARN',