From 0f5d093259cb71723c0e49d7ca185dd22f036c09 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 26 Jun 2017 22:06:30 +0000 Subject: [PATCH] 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 --- doc/source/configuration.rst | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index b5e4a2942f..f4efeacc9c 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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 `_ 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 ===