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.
1 parent fbd0a14 commit fed8718Copy full SHA for fed8718
Lib/logging/__init__.py
@@ -431,7 +431,8 @@ class Formatter(object):
431
responsible for converting a LogRecord to (usually) a string which can
432
be interpreted by either a human or an external system. The base Formatter
433
allows a formatting string to be specified. If none is supplied, the
434
- default value of "%s(message)" is used.
+ the style-dependent default value, "%(message)s", "{message}", or
435
+ "${message}", is used.
436
437
The Formatter can be initialized with a format string which makes use of
438
knowledge of the LogRecord attributes - e.g. the default value mentioned
0 commit comments