Comment 1 for bug 180467

Revision history for this message
Diane Trout (diane-trout) wrote :

The problem was that if you initialize logging and then close file handles 0,1,2 (AKA stdin/stdout/stderr) the logging module stops working. The solution is to initialize logging after you detach from the console.