summaryrefslogtreecommitdiff
path: root/Doc/library/logging.config.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-02-04 16:28:07 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-02-04 16:28:07 +0000
commit6068b6c977ad30349b6c747109b8748674ec4918 (patch)
treea51ac0ac48ab8a31e457b7e041f393bb6e783440 /Doc/library/logging.config.rst
parent091d017ab11b42a542711ede2b171e432a0394b9 (diff)
downloadcpython-git-6068b6c977ad30349b6c747109b8748674ec4918.tar.gz
Issue #20509: Added cross-reference in documentation.
Diffstat (limited to 'Doc/library/logging.config.rst')
-rw-r--r--Doc/library/logging.config.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index c00b53275d..453fab5694 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -81,8 +81,9 @@ in :mod:`logging` itself) and defining handlers which are declared either in
.. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True)
Reads the logging configuration from a :mod:`configparser`\-format file
- named *fname*. This function can be called several times from an
- application, allowing an end user to select from various pre-canned
+ named *fname*. The format of the file should be 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 configuration).