diff --git a/docs/config.rst b/docs/config.rst index 0cb5f5da..29c63c1b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -80,17 +80,13 @@ Core configuration values The log format used for informational logging. - See `the Python logging docs - `_ for - details on the format. + See `the Python logging docs`_ for details on the format. .. confval:: logging/debug_format The log format used for debug logging. - See `the Python logging docs - `_ for - details on the format. + See `the Python logging docs`_ for details on the format. .. confval:: logging/debug_file @@ -99,9 +95,8 @@ Core configuration values .. confval:: logging/config_file - Config file that overrides all logging settings, see `the Python - logging docs `_ - for details. + Config file that overrides all logging settings, see `the Python logging + docs`_ for details. .. confval:: loglevels/* @@ -125,6 +120,10 @@ Core configuration values Password for the proxy server, if required. +.. _the Python logging docs: + + http://docs.python.org/2/library/logging.config.html + Advanced configurations =======================