File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -779,15 +779,15 @@ the options available to you.
779779| lineno | ``%(lineno)d `` | Source line number where the logging call was |
780780| | | issued (if available). |
781781+----------------+-------------------------+-----------------------------------------------+
782+ | message | ``%(message)s `` | The logged message, computed as ``msg % |
783+ | | | args``. This is set when |
784+ | | | :meth: `Formatter.format ` is invoked. |
785+ +----------------+-------------------------+-----------------------------------------------+
782786| module | ``%(module)s `` | Module (name portion of ``filename ``). |
783787+----------------+-------------------------+-----------------------------------------------+
784788| msecs | ``%(msecs)d `` | Millisecond portion of the time when the |
785789| | | :class: `LogRecord ` was created. |
786790+----------------+-------------------------+-----------------------------------------------+
787- | message | ``%(message)s `` | The logged message, computed as ``msg % |
788- | | | args``. This is set when |
789- | | | :meth: `Formatter.format ` is invoked. |
790- +----------------+-------------------------+-----------------------------------------------+
791791| msg | You shouldn't need to | The format string passed in the original |
792792| | format this yourself. | logging call. Merged with ``args `` to |
793793| | | produce ``message ``, or an arbitrary object |
You can’t perform that action at this time.
0 commit comments