Comment 1 for bug 639710

Revision history for this message
Mike Barton (redbo) wrote :

I think you could push the devnull dup2ing of the stdio fds down to where sys.stdout and stderror are replaced with LoggerFileObjects in common.(daemon|wsgi). Then any errors that occur between those two operations should go to the terminal instead of being blackholed.