Skip to content

Commit 35cacce

Browse files
[doc] Document logging.basicConfig default format (pythonGH-23710)
Automerge-Triggered-By: GH:vsajip
1 parent d5dcb65 commit 35cacce

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
@@ -1174,7 +1174,9 @@ functions.
11741174
| | to ``'a'``. |
11751175
+--------------+---------------------------------------------+
11761176
| *format* | Use the specified format string for the |
1177-
| | handler. |
1177+
| | handler. Defaults to attributes |
1178+
| | ``levelname``, ``name`` and ``message`` |
1179+
| | separated by colons. |
11781180
+--------------+---------------------------------------------+
11791181
| *datefmt* | Use the specified date/time format, as |
11801182
| | accepted by :func:`time.strftime`. |

0 commit comments

Comments
 (0)