Sorry that haven't really responded about this, has been a hectic
couple of weeks with a 1st birthday party and me starting to take over
daddy day care duties a few days a week.
Anyway, what version of mod_wsgi are you using?
Are you using VirtualHost directive?
Do you have any CustomLog/LogLevel directives inside of the VirtualHost?
Graham
Lets make sure that mod_wsgi logging is working at all.
If you add before that code:
import sys
print >> sys.stderr, "ABOUT TO ERROR"
Does that appear in Apache error log?
Graham
We use Django (heavily patched pre-1.0) and every time our site
encounters an Internal Server Error (usually due to canceled file
uploads), it *always* gets logged in errors log along with a
traceback. We have also set it up so that tracebacks are mailed to dev
team. But this is on Linux, so either this is Windows-specific or
Django version-specific.