Merge "Remove extra call to config_logging() for neutron-server"

This commit is contained in:
Zuul
2023-02-05 14:58:58 +00:00
committed by Gerrit Code Review

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"