diff --git a/trove/common/wsgi.py b/trove/common/wsgi.py index 7e3b3ca4f2..312893d997 100644 --- a/trove/common/wsgi.py +++ b/trove/common/wsgi.py @@ -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)