Un-comment config options for consistency
Two of the config options in this section are commented out. Un-comment them to match with the rest of the document, and to improve readability. Change-Id: I6b52e700463906e2705465d4c2cc01ca45aad49e Closes-Bug: #1514930
This commit is contained in:
@@ -110,11 +110,11 @@ notification_driver = ceilometer.compute.nova_notifier</programlisting>
|
|||||||
quotes.
|
quotes.
|
||||||
</para>
|
</para>
|
||||||
<programlisting language="ini"># Enables or disables publication of error events. (boolean value)
|
<programlisting language="ini"># Enables or disables publication of error events. (boolean value)
|
||||||
#publish_errors = false
|
publish_errors = false
|
||||||
|
|
||||||
# The format for an instance that is passed with the log message.
|
# The format for an instance that is passed with the log message.
|
||||||
# (string value)
|
# (string value)
|
||||||
#instance_format = "[instance: %(uuid)s] "</programlisting>
|
instance_format = "[instance: %(uuid)s] "</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@@ -84,11 +84,11 @@ string value
|
|||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# Enables or disables publication of error events. (boolean value)
|
# Enables or disables publication of error events. (boolean value)
|
||||||
#publish_errors = false
|
publish_errors = false
|
||||||
|
|
||||||
# The format for an instance that is passed with the log message.
|
# The format for an instance that is passed with the log message.
|
||||||
# (string value)
|
# (string value)
|
||||||
#instance_format = "[instance: %(uuid)s] "
|
instance_format = "[instance: %(uuid)s] "
|
||||||
|
|
||||||
Sections
|
Sections
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user