Clarify Identity logging

It wasn't obvious that log_config is a config option.

etc/logging.conf.sample is a file and not a directory.

Change-Id: Ia0f46a0101e4a8d91ae4ec93314899bccd76c94a
This commit is contained in:
Brant Knudson 2015-05-03 09:58:43 -05:00
parent 33f1e8a573
commit 2e7f2ddd74

View File

@ -53,16 +53,16 @@ pipeline = stats_monitoring url_normalize token_auth admin_token_auth xml_body j
</section>
<section xml:id="keystone-logging">
<title>Logging</title>
<para>You configure logging externally to the rest of Identity. The file specifying the logging configuration is in the
<literal>[DEFAULT]</literal> section of the
<filename>keystone.conf</filename> file under
<literal>log_config</literal>. To route logging through
syslog, set <literal>use_syslog=true</literal> option in the
<literal>[DEFAULT]</literal> section.</para>
<para>A sample logging file is available with the project in the
<filename>etc/logging.conf.sample</filename> directory. Like
<para>You configure logging externally to the rest of Identity. The name of
the file specifying the logging configuration is set using the
<literal>log_config</literal> option in the <literal>[DEFAULT]</literal>
section of the <filename>keystone.conf</filename> file. To route logging
through syslog, set <literal>use_syslog=true</literal> in the
<literal>[DEFAULT]</literal> section.</para>
<para>A sample logging configuration file is available with the project in
<filename>etc/logging.conf.sample</filename>. Like
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>
</section>
<section xml:id="running-keystone">