Merge "Clarify Identity logging"

This commit is contained in:
Jenkins 2015-05-05 08:44:13 +00:00 committed by Gerrit Code Review
commit 0cf26c3e2e

View File

@ -53,16 +53,16 @@ pipeline = sizelimit url_normalize request_id build_auth_context token_auth admi
</section> </section>
<section xml:id="keystone-logging"> <section xml:id="keystone-logging">
<title>Logging</title> <title>Logging</title>
<para>You configure logging externally to the rest of Identity. The file specifying the logging configuration is in the <para>You configure logging externally to the rest of Identity. The name of
<literal>[DEFAULT]</literal> section of the the file specifying the logging configuration is set using the
<filename>keystone.conf</filename> file under <literal>log_config</literal> option in the <literal>[DEFAULT]</literal>
<literal>log_config</literal>. To route logging through section of the <filename>keystone.conf</filename> file. To route logging
syslog, set <literal>use_syslog=true</literal> option in the through syslog, set <literal>use_syslog=true</literal> in the
<literal>[DEFAULT]</literal> section.</para> <literal>[DEFAULT]</literal> section.</para>
<para>A sample logging file is available with the project in the <para>A sample logging configuration file is available with the project in
<filename>etc/logging.conf.sample</filename> directory. Like <filename>etc/logging.conf.sample</filename>. Like
other OpenStack projects, Identity uses the Python other OpenStack projects, Identity uses the Python
logging module, which includes extensive configuration options logging module, which provides extensive configuration options
that let you define the output levels and formats.</para> that let you define the output levels and formats.</para>
</section> </section>
<section xml:id="running-keystone"> <section xml:id="running-keystone">