File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -575,9 +575,9 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on
575
575
pickled and sent across the wire, but you should be careful if you have
576
576
more than one :class: `Formatter ` subclass which customizes the formatting
577
577
of exception information. In this case, you will have to clear the cached
578
- value after a formatter has done its formatting, so that the next
579
- formatter to handle the event doesn't use the cached value but
580
- recalculates it afresh.
578
+ value (by setting the * exc_text * attribute to `` None ``) after a formatter
579
+ has done its formatting, so that the next formatter to handle the event
580
+ doesn't use the cached value, but recalculates it afresh.
581
581
582
582
If stack information is available, it's appended after the exception
583
583
information, using :meth: `formatStack ` to transform it if necessary.
You can’t perform that action at this time.
0 commit comments