Skip to content

Commit 2fe4084

Browse files
[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)
(cherry picked from commit 35cacce)
1 parent c3f0333 commit 2fe4084

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
@@ -1176,7 +1176,9 @@ functions.
11761176
| | to ``'a'``. |
11771177
+--------------+---------------------------------------------+
11781178
| *format* | Use the specified format string for the |
1179-
| | handler. |
1179+
| | handler. Defaults to attributes |
1180+
| | ``levelname``, ``name`` and ``message`` |
1181+
| | separated by colons. |
11801182
+--------------+---------------------------------------------+
11811183
| *datefmt* | Use the specified date/time format, as |
11821184
| | accepted by :func:`time.strftime`. |

0 commit comments

Comments
 (0)