I have exception objects that I have obtained outside of an exception handler. I would like to log these with their tracebacks, but it's not clear if this is possible.
logger.exception does not apply here since this is not an exception handler context.
I have exception objects that I have obtained outside of an exception handler. I would like to log these with their tracebacks, but it's not clear if this is possible.
logger.exception does not apply here since this is not an exception handler context.