[issue44924] logging.handlers.QueueHandler does not maintain the exc_text

Jack_B report at bugs.python.org
Sat Nov 13 11:09:32 EST 2021


Jack_B <barraclough.jack at gmail.com> added the comment:

Whoops! I've been a bit inconsistent between the code and my pros and cons about whether exc_text gets record.stack_info as well as record.exc_info. But either option is possible.  As an aside, I'm not sure why stack info is not cached in e.g. record.stack_text for the same reasons that exc_text is cached.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44924>
_______________________________________


More information about the Python-bugs-list mailing list