cpython: df28044b7e14 (original) (raw)

Mercurial > cpython

changeset 95705:df28044b7e14 2.7

Issue #23536: Clarified scope of fileConfig()'s API. [#23536]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Sat, 18 Apr 2015 13:05:19 +0100
parents 867c509c8c5e
children d70995cf44b3
files Doc/library/logging.config.rst
diffstat 1 files changed, 12 insertions(+), 0 deletions(-)[+] [-] Doc/library/logging.config.rst 12

line wrap: on

line diff

--- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -580,6 +580,18 @@ called form01 in the [formatters]`[](#l1.3) specified in a section called [formatter_form01]. The root logger[](#l1.4) configuration must be specified in a section called [logger_root]``. +.. note:: +

Examples of these sections in the file are given below. :: [loggers]