Merge "Update info about logging in admin guide"

This commit is contained in:
Jenkins 2017-07-17 16:41:11 +00:00 committed by Gerrit Code Review
commit cca14dd884
1 changed files with 3 additions and 2 deletions

View File

@ -38,15 +38,16 @@ Logging
You configure logging externally to the rest of Identity. The name of
the file specifying the logging configuration is set using the
``log_config`` option in the ``[DEFAULT]`` section of the
``log_config_append`` option in the ``[DEFAULT]`` section of the
``/etc/keystone/keystone.conf`` file. To route logging through syslog,
set ``use_syslog=true`` in the ``[DEFAULT]`` section.
A sample logging configuration file is available with the project in
``etc/logging.conf.sample``. Like other OpenStack projects, Identity
uses the Python logging module, which provides extensive configuration
uses the `Python logging module`_, which provides extensive configuration
options that let you define the output levels and formats.
.. _`Python logging module`: https://docs.python.org/library/logging.html
User CRUD
---------