[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)

(cherry picked from commit 35cacce525)
This commit is contained in:
Miss Islington (bot) 2021-03-15 02:41:00 -07:00 committed by GitHub
parent c3f03333c3
commit 2fe408497e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1176,7 +1176,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`. |