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:
jcannava 2015-07-16 16:18:59 -05:00
parent 2faed4f8fb
commit cc25e2cdd8
1 changed files with 1 additions and 0 deletions

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)