Merge "Remove duplicate setup in Watcher API main()"

This commit is contained in:
Jenkins
2015-12-07 10:35:55 +00:00
committed by Gerrit Code Review

View File

@@ -42,7 +42,6 @@ def main():
host, port = cfg.CONF.api.host, cfg.CONF.api.port
srv = simple_server.make_server(host, port, app)
logging.setup(CONF, 'watcher')
LOG.info(_('Starting server in PID %s') % os.getpid())
LOG.debug("Watcher configuration:")
cfg.CONF.log_opt_values(LOG, std_logging.DEBUG)