Remove duplicate logging documentation

The admin-guide now lives within keystone and it contains a copy of
the logging documentation we were maintaining in configuration.rst.
This change remove the duplicated documentation in favor of the copy
in the admin-guide:

  https://docs.openstack.org/developer/keystone/admin/identity-keystone-usage-and-features.html

Change-Id: I2a3e5ea4d87047e569c3b010a0ca85db8fc4a982
This commit is contained in:
Lance Bragstad 2017-06-26 22:06:30 +00:00
parent bcae07ebdc
commit 0f5d093259
1 changed files with 2 additions and 16 deletions

View File

@ -41,6 +41,8 @@ parameters are in the primary configuration file ``keystone.conf``.
configuration file, i.e. configuration in ``keystone-paste.ini``
is not supported.
.. _Paste: http://pythonpaste.org/
Sample Configuration Files
--------------------------
@ -1050,22 +1052,6 @@ See `API Specification for Endpoint Policy <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-endpoint-policy-api>`_
for the details of API definition.
Logging
=======
Logging is configured externally to the rest of keystone. Configure the path to
your logging configuration file using the ``[DEFAULT] log_config_append``
option of ``keystone.conf``. If you wish to route all your logging through
syslog, set the ``[DEFAULT] use_syslog`` option.
A sample ``log_config_append`` file is included with the project at
``etc/logging.conf.sample``. Like other OpenStack projects, keystone uses the
`Python logging module`_, which includes extensive configuration options for
choosing the output levels and formats.
.. _Paste: http://pythonpaste.org/
.. _`Python logging module`: http://docs.python.org/library/logging.html
SSL
===