diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 788925fed52..a7f815e9983 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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`. |