We have a Django app that invokes a third party library. It works fine when running with runserver, but under apache + wsgi, it throws this error:
'mod_wsgi.Log' object has no attribute 'name'
I'm going to start going through the code of that library to review its logging, but my first pass didn't reveal anything particularly different than what we're doing in the main app. If anyone has any ideas or pointers, it would help a lot.