Message 296892 - Python tracker (original) (raw)
Logging checking if exc_info:
and this maybe incorrect, due exception instance can have bool method and thus can be false. If this is a case, then error that is return false from bool will cause logging to swallow traceback. We need to check exc_info correctly. Will do PR myself.