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