gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371)

This commit is contained in:
Sofia Toro 2025-05-21 00:49:06 -04:00 committed by GitHub
parent 1298511b41
commit c740fe3bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ class Formatter(object):
%(threadName)s Thread name (if available)
%(taskName)s Task name (if available)
%(process)d Process ID (if available)
%(processName)s Process name (if available)
%(message)s The result of record.getMessage(), computed just as
the record is emitted
"""