docs: Fix duplicate links
This commit is contained in:
parent
3e0793250c
commit
babd47b37a
@ -80,17 +80,13 @@ Core configuration values
|
||||
|
||||
The log format used for informational logging.
|
||||
|
||||
See `the Python logging docs
|
||||
<http://docs.python.org/2/library/logging.html#formatter-objects>`_ 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
|
||||
<http://docs.python.org/2/library/logging.html#formatter-objects>`_ 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 <http://docs.python.org/2/library/logging.config.html>`_
|
||||
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
|
||||
=======================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user