We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5804f87 commit 9b8e74cCopy full SHA for 9b8e74c
Doc/library/logging.rst
@@ -159,6 +159,7 @@ is the module's name in the Python package namespace.
159
message format string, and the *args* are the arguments which are merged into
160
*msg* using the string formatting operator. (Note that this means that you can
161
use keywords in the format string, together with a single dictionary argument.)
162
+ No % formatting operation is performed on *msg* when no *args* are supplied.
163
164
There are four keyword arguments in *kwargs* which are inspected:
165
*exc_info*, *stack_info*, *stacklevel* and *extra*.
0 commit comments