Remove extra call to config_logging() for neutron-server

Logging is setup early in neutron/service.py already.

Change-Id: Ib1b42235032a179a77932b6e3049f50c41073bfd
Closes-bug: #1693691
This commit is contained in:
Brian Haley
2023-01-11 16:29:22 -05:00
parent 9b3e197161
commit 07fd743dc9

View File

@@ -53,7 +53,6 @@ def _init_configuration():
conf_files = _get_config_files()
config.register_common_config_options()
config.init(sys.argv[1:], default_config_files=conf_files)
config.setup_logging()
config.set_config_defaults()
if not cfg.CONF.config_file:
sys.exit(_("ERROR: Unable to find configuration file via the default"