Numerous debug messages due to iso8601 log level

iso8601 is indirectly used by keystone client and removing
the log level iso8601=WARN results in numerous debug messages.
This patch reverts iso8601=WARN log level removal introduced
in 91f35ae9fb commit.

Change-Id: I37c7dadfc128231bd0f0cd5e323de10a7400c6df
This commit is contained in:
Bertrand Lallau 2015-12-08 21:52:23 +01:00
parent 209319e507
commit 908a980af3
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ _DEFAULT_LOG_LEVELS = [
'amqp=WARN',
'sqlalchemy=WARN',
'oslo_messaging=INFO',
'iso8601=WARN',
'eventlet.wsgi.server=WARN',
'stevedore=INFO',
'oslo_service.periodic_task=INFO',