cpython: 968c086bf6cc (original) (raw)

Mercurial > cpython

changeset 95706:968c086bf6cc 3.4

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

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Sat, 18 Apr 2015 13:14:10 +0100
parents 2d8e4047c270
children 439517000aa2 d737ab3ea1ae
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 @@ -615,6 +615,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]