This is not really a django question, but I think these are issues folks here have faced, so I hope someone can help me.
Prior to now, all the django projects I've worked on have used apache and WSGI. With those, when an error occurred I went to /var/log/httpd/error_log and details of the error were clearly there. Now for the first time I am working on a project using nginx and uWSGI. Here, the /var/log/nginx/error_log is always empty. And the uWSGI logs have some messages, but nothing about any errors. In this setup where would I go to find the errors that /var/log/httpd/error_log logs? Is there some config setting that is suppressing the nginx errors? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY5aoz8ZS7dJR%2BUh%3DSPs9mNp%2BCsiVJv7VE5y3EO6JMQD1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

