Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't write out debug messages on shutdown
When the python intrpreter exits, any attempts to log messages into it throw an exception. Rather than writing these spurious error messages out, just write out the log message using the default stderrlogger (if it's not a debug message).
- Loading branch information