wsgi/wz.py
changeset 10105 a1e8816029af
parent 9288 823cf14bcc37
--- 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,