Merge "Which interfaces trove starts up on should be logged."

This commit is contained in:
Jenkins 2015-07-17 10:45:15 +00:00 committed by Gerrit Code Review
commit 3dcf406844

View File

@ -77,6 +77,7 @@ def launch(app_name, port, paste_config_file, data={},
launcher.wait()
"""
LOG.debug("Trove started on %s", host)
app = pastedeploy.paste_deploy_app(paste_config_file, app_name, data)
server = base_wsgi.Service(app, port, host=host,
backlog=backlog, threads=threads)