[wsgi] add message about the active interface
authorAlain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:07:43 +0200
changeset 10105 a1e8816029af
parent 10104 cdc0b0216da2
child 10106 3117f1736f00
[wsgi] add message about the active interface Similarly to what done in "stdlib".
wsgi/wz.py
--- a/wsgi/wz.py	Thu May 15 23:05:15 2014 +0200
+++ b/wsgi/wz.py	Thu May 15 23:07:43 2014 +0200
@@ -39,6 +39,7 @@
     repo = app.appli.repo
     try:
         repo.start_looping_tasks()
+        LOGGER.info('starting http server on %s', config['base-url'])
         run_simple(interface, port, app,
                    threaded=True,
                    use_debugger=True,