[issue34334] QueueHandler logs exc_info twice

Vinay Sajip report at bugs.python.org
Sat Aug 25 17:11:01 EDT 2018


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> Patching QueueHandler.prepare() to set exc_text to None seems to fix this.

I'm not sure that's the right fix. The change appears to have come from this commit:

https://github.com/python/cpython/commit/adfe3440f65dfd6cf4463db6cd02cdc78e77ce17

Specifically, the prepare() method.

----------

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


More information about the Python-bugs-list mailing list