Open kflynn opened 8 years ago
log.critical("msg", exc_info=(Exception, Exception(repr(self._lock)), traceback.extract_stack()))
This creates an exc_info that causes Python 2.7.10's logging to raise an exception.
exc_info
This creates an
exc_info
that causes Python 2.7.10's logging to raise an exception.