diff -r a2d877fb53f6 Doc/library/logging.config.rst --- a/Doc/library/logging.config.rst Tue Feb 04 10:12:18 2014 -0500 +++ b/Doc/library/logging.config.rst Tue Feb 04 17:52:55 2014 +0200 @@ -80,7 +80,8 @@ .. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True) - Reads the logging configuration from a :mod:`configparser`\-format file. + Reads the logging configuration from a :mod:`configparser`\-format file, + as described in :ref:`logging-config-fileformat`. This function can be called several times from an application, allowing an end user to select from various pre-canned configurations (if the developer provides a mechanism to present the choices and load the chosen