# Documentation The [LogRecord attributes table](https://docs.python.org/3/library/logging.html#logrecord-attributes) does not contain an entry for the `exc_text` attribute (which is [set when `Formatter.formatException` is called](https://docs.python.org/3/library/logging.html#logging.Formatter.format)). <!-- gh-linked-prs --> ### Linked PRs * gh-140718 * gh-143151 * gh-143152 <!-- /gh-linked-prs -->
Documentation
The LogRecord attributes table does not contain an entry for the
exc_textattribute (which is set whenFormatter.formatExceptionis called).Linked PRs
exc_textto LogRecord attributes table #140718exc_textto LogRecord attributes table (GH-140718) #143151exc_textto LogRecord attributes table (GH-140718) #143152