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: Ic55c27d80d634b794e3dda418fb1ae0decee6974
Closes-bug: #1399257
This commit is contained in:
Andrew Lazarev 2015-01-13 11:42:20 -08:00
parent a520e5aa2b
commit 09a652b655
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ cfg.set_defaults(log.log_opts, default_log_levels=[
'paramiko=WARN',
'requests=WARN',
'iso8601=WARN',
'oslo.messaging=INFO',
])