mod_wsgi
mod_wsgi copied to clipboard
OSError: Apache/mod_wsgi log object is not associated with a file descriptor
The error "OSError: Apache/mod_wsgi log object is not associated with a file descriptor" typically occurs when a Python script or application, in this case, a Ray program, is trying to use a logger that is not compatible with the mod_wsgi environment...can you help me with this issue?
Already answered you in https://github.com/GrahamDumpleton/mod_wsgi/issues/890
Please provide in text the full Python stack trace and exception details.