Set stevedore log level to WARN by default

Our *-api logs are very big right now, with a good chunk of the logs
coming from stevedore. Since we aren't trying to debug stevedore and it
just works for us, set it to INFO Log.

Change-Id: I5e3ac71dda2e70a623a585a7e014f1404ee23760
This commit is contained in:
Joe Gordon 2014-08-14 14:48:18 -07:00
parent 08e5696a4a
commit 3a9d3f90ef
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
'oslo.messaging=INFO', 'iso8601=WARN',
'requests.packages.urllib3.connectionpool=WARN',
'urllib3.connectionpool=WARN', 'websocket=WARN',
"keystonemiddleware=WARN", "routes.middleware=WARN"]
"keystonemiddleware=WARN", "routes.middleware=WARN",
"stevedore=WARN"]
log_opts = [
cfg.StrOpt('logging_context_format_string',