]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Document logging.basicConfig default format (GH-23710)
authorAndre Delfino <adelfino@gmail.com>
Wed, 9 Dec 2020 21:56:17 +0000 (18:56 -0300)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 21:56:17 +0000 (13:56 -0800)
Automerge-Triggered-By: GH:vsajip
Doc/library/logging.rst

index fb8ea705b0469f8295d7cf44fb9c3e094f2b8765..b69431fe2cf37a5a1f81901b8d851e441d939af0 100644 (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`.          |