Forums

Error log not working?

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?

Could it be that DEBUG=True means errors don't go to the logs?

I was finally able to get something to get written to the log with an unhandled exception. Looks like it's working, I'm just having a hell of a time trying to get the details on this error :/ can't find it anywhere except in the chrome Error Console and it just tells me it's a 500 error.

In the chrome error console, can you not click on each request to view its headers, preview and response on the right?