--- 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,