Remove references to suds
Suds was removed as a dependency in I28f29d3e5745c21b99dc0cf9eb0cfe4f95dffd17 So there is no reason to have default log values for suds since we don't use it Change-Id: I104edc80213cee8278c2641d2c391d2788bfa0f6
This commit is contained in:
@@ -39,11 +39,6 @@ level = WARNING
|
|||||||
handlers = stderr
|
handlers = stderr
|
||||||
qualname = boto
|
qualname = boto
|
||||||
|
|
||||||
[logger_suds]
|
|
||||||
level = INFO
|
|
||||||
handlers = stderr
|
|
||||||
qualname = suds
|
|
||||||
|
|
||||||
[logger_eventletwsgi]
|
[logger_eventletwsgi]
|
||||||
level = WARNING
|
level = WARNING
|
||||||
handlers = stderr
|
handlers = stderr
|
||||||
|
@@ -30,7 +30,7 @@ CONF = cfg.CONF
|
|||||||
_DEFAULT_SQL_CONNECTION = 'sqlite:///' + paths.state_path_def('nova.sqlite')
|
_DEFAULT_SQL_CONNECTION = 'sqlite:///' + paths.state_path_def('nova.sqlite')
|
||||||
|
|
||||||
_DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
|
_DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
|
||||||
'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO',
|
'qpid=WARN', 'sqlalchemy=WARN',
|
||||||
'oslo_messaging=INFO', 'iso8601=WARN',
|
'oslo_messaging=INFO', 'iso8601=WARN',
|
||||||
'requests.packages.urllib3.connectionpool=WARN',
|
'requests.packages.urllib3.connectionpool=WARN',
|
||||||
'urllib3.connectionpool=WARN', 'websocket=WARN',
|
'urllib3.connectionpool=WARN', 'websocket=WARN',
|
||||||
|
Reference in New Issue
Block a user