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 cda85a0 commit 4f44d53Copy full SHA for 4f44d53
1 file changed
Doc/library/logging.rst
@@ -738,7 +738,9 @@ the options available to you.
738
| Attribute name | Format | Description |
739
+================+=========================+===============================================+
740
| args | You shouldn't need to | The tuple of arguments merged into ``msg`` to |
741
-| | format this yourself. | produce ``message``. |
+| | format this yourself. | produce ``message``, or a dict whose values |
742
+| | | are used for the merge (when there is only one|
743
+| | | argument, and it is a dictionary). |
744
+----------------+-------------------------+-----------------------------------------------+
745
| asctime | ``%(asctime)s`` | Human-readable time when the |
746
| | | :class:`LogRecord` was created. By default |
0 commit comments