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:
parent
209319e507
commit
908a980af3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user