Which interfaces trove starts up on should be logged.
The bug specifically states that when trove starts up on 0.0.0.0 it should be logged, but there is no specific reason that there shouldn't be a log for admins to quickly reference what interface has the trove port. Change-Id: I1f6ba92d58096cff07f6e42391c59ed9fb07e0ac Closes-Bug: 1350060
This commit is contained in:
parent
2faed4f8fb
commit
cc25e2cdd8
@ -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…
Reference in New Issue
Block a user