mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)
(cherry picked from commit 35cacce525
)
This commit is contained in:
parent
c3f03333c3
commit
2fe408497e
1 changed files with 3 additions and 1 deletions
|
@ -1176,7 +1176,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