[3.14] gh-134360 Add processName attribute to logging.Formatter docstring (GH-134371) (GH-134405)

Co-authored-by: Sofia Toro <sofie.torch@outlook.com>
This commit is contained in:
Miss Islington (bot) 2025-05-21 07:16:56 +02:00 committed by GitHub
parent af428a3894
commit 64047f7e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
"""