Hide oslo.messaging DEBUG logs by default

This change moves the default log level for oslo.messaging
from DEBUG to INFO.

This hides the once-per-second debug log lines which started in
oslo.messaging 1.5.0.

Change-Id: Ia310a5430dcb0a38f8653bbdf5caac82b6990414
Closes-bug: #1399257
This commit is contained in:
Devananda van der Veen 2015-01-06 14:13:54 -08:00 committed by Chris Krelle
parent 82511bac5a
commit 7ec094c2c2
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ def prepare_service(argv=[]):
default_log_levels=['amqp=WARN',
'amqplib=WARN',
'qpid.messaging=INFO',
'oslo.messaging=INFO',
'sqlalchemy=WARN',
'keystoneclient=INFO',
'stevedore=INFO',