This is my config for uwsgi-python:
<uwsgi>
<socket>127.0.0.1:9001</socket>
<pythonpath>/home/www-data/web2py/</pythonpath>
<processes>4</processes>
<!-- <memory-report/> -->
<disable-logging/>
<app mountpoint="/">
<script>wsgihandler</script>
</app>
</uwsgi>Note that I use routes.py, so I'm not sure if these logging lines comes from here (although I have logging = 'off' )?. Thanks!

