We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logging.Formatter
1 parent af428a3 commit 64047f7Copy full SHA for 64047f7
Lib/logging/__init__.py
@@ -591,6 +591,7 @@ class Formatter(object):
591
%(threadName)s Thread name (if available)
592
%(taskName)s Task name (if available)
593
%(process)d Process ID (if available)
594
+ %(processName)s Process name (if available)
595
%(message)s The result of record.getMessage(), computed just as
596
the record is emitted
597
"""
0 commit comments