Fixed the missing opening bracket and grammar

There is a closing bracket, but not the opening bracket, in the first sentence of logging module guide here,
http://docs.openstack.org/admin-guide-cloud/content/section_manage-logs.html
Also fixed minor grammatical mistake inserting 'is' .
Partial-Bug: #1251195

Change-Id: I29c7c2f186ec2abb248f6d199382d054769ca992
This commit is contained in:
imran 2014-10-08 14:55:36 -07:00 committed by hayderimran7
parent 002fcb5efa
commit 729e06b9b8

View File

@ -238,7 +238,7 @@ inject_password=true</programlisting>
<title>Logging module</title>
<para>To specify a configuration file to change the logging behavior, add this line to
the <filename>/etc/nova/nova.conf</filename> file . To change the logging level,
such as <literal>DEBUG</literal>, <literal>INFO</literal>,
such as (<literal>DEBUG</literal>, <literal>INFO</literal>,
<literal>WARNING</literal>, <literal>ERROR</literal>), use:
<programlisting language="ini">log-config=/etc/nova/logging.conf</programlisting></para>
<para>The logging configuration file is an ini-style configuration file, which must
@ -248,7 +248,7 @@ inject_password=true</programlisting>
level = INFO
handlers = stderr
qualname = nova</programlisting></para>
<para>This example sets the debugging level to <literal>INFO</literal> (which less
<para>This example sets the debugging level to <literal>INFO</literal> (which is less
verbose than the default <literal>DEBUG</literal> setting). <itemizedlist>
<listitem>
<para>For more details on the logging configuration syntax, including the