mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
[doc] Document logging.basicConfig default format (GH-23710)
Automerge-Triggered-By: GH:vsajip
This commit is contained in:
parent
d5dcb65317
commit
35cacce525
1 changed files with 3 additions and 1 deletions
|
|
@ -1174,7 +1174,9 @@ functions.
|
||||||
| | to ``'a'``. |
|
| | to ``'a'``. |
|
||||||
+--------------+---------------------------------------------+
|
+--------------+---------------------------------------------+
|
||||||
| *format* | Use the specified format string for the |
|
| *format* | Use the specified format string for the |
|
||||||
| | handler. |
|
| | handler. Defaults to attributes |
|
||||||
|
| | ``levelname``, ``name`` and ``message`` |
|
||||||
|
| | separated by colons. |
|
||||||
+--------------+---------------------------------------------+
|
+--------------+---------------------------------------------+
|
||||||
| *datefmt* | Use the specified date/time format, as |
|
| *datefmt* | Use the specified date/time format, as |
|
||||||
| | accepted by :func:`time.strftime`. |
|
| | accepted by :func:`time.strftime`. |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue