Merge "Which interfaces trove starts up on should be logged."
This commit is contained in:
commit
3dcf406844
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user