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

Automerge-Triggered-By: GH:vsajip
This commit is contained in:
Andre Delfino 2020-12-09 18:56:17 -03:00 committed by GitHub
parent d5dcb65317
commit 35cacce525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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`. |