mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
This commit is contained in:
parent
324d01944d
commit
c60f125533
4 changed files with 8 additions and 3 deletions
|
@ -1034,7 +1034,7 @@ possible, while any potentially slow operations (such as sending an email via
|
|||
method is enqueued.
|
||||
|
||||
The base implementation formats the record to merge the message,
|
||||
arguments, and exception information, if present. It also removes
|
||||
arguments, exception and stack information, if present. It also removes
|
||||
unpickleable items from the record in-place. Specifically, it overwrites
|
||||
the record's :attr:`msg` and :attr:`message` attributes with the merged
|
||||
message (obtained by calling the handler's :meth:`format` method), and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue