GrahamDumpleton / mod_wsgi

Source code for Apache/mod_wsgi.
Apache License 2.0
1.02k stars 269 forks source link

OSError: Apache/mod_wsgi log object is not associated with a file descriptor #891

Open Thaslim42 opened 3 weeks ago

Thaslim42 commented 3 weeks ago

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?

GrahamDumpleton commented 3 weeks ago

Already answered you in https://github.com/GrahamDumpleton/mod_wsgi/issues/890

Please provide in text the full Python stack trace and exception details.