I have a Django 1.6 site running with gunicorn, managed by supervisor. During tests and runserver I have logging on the console, but with gunicorn the statements don\'t show up
In /etc/supervisor/conf.d/your-app.confyou should set log paths:
/etc/supervisor/conf.d/your-app.conf
stdout_logfile=/var/log/your-app.log stderr_logfile=/var/log/your-app.log