Skip to content

Commit d42a332

Browse files
[3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847)
(cherry picked from commit 35cacce)
1 parent 59f2741 commit d42a332

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/logging.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,9 @@ functions.
11611161
| | to ``'a'``. |
11621162
+--------------+---------------------------------------------+
11631163
| *format* | Use the specified format string for the |
1164-
| | handler. |
1164+
| | handler. Defaults to attributes |
1165+
| | ``levelname``, ``name`` and ``message`` |
1166+
| | separated by colons. |
11651167
+--------------+---------------------------------------------+
11661168
| *datefmt* | Use the specified date/time format, as |
11671169
| | accepted by :func:`time.strftime`. |

0 commit comments

Comments
 (0)