mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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'``. |
|
||||
+--------------+---------------------------------------------+
|
||||
| *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 |
|
||||
| | accepted by :func:`time.strftime`. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue