I've used the error.log that's available on the webapps page before and it was showing me data useful for debugging problems. There are some 500 internal server errors happening in my development of an AJAX call, but it's not rendering the django error page. Nothing is showing up in my error.log - it is completely blank. I've raised other errors as well, but the error.log doesn't show me anything?
The server.log and access.log are working fine.
Am I missing something, or is there something wrong with the error.log?