Remove boolean from StrOpt example

I'm not sure why this was here, but it doesn't make sense since
we're documenting StrOpts in this section.

Change-Id: I74c73c8088ec266d1f827bc51b4d78fc7be48a38
This commit is contained in:
Ben Nemec 2018-04-24 14:12:46 +00:00
parent 10caf02237
commit 198f539bb8
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ string value (``StrOpt``)
.. code-block:: ini
# Enables or disables publication of error events. (boolean value)
publish_errors = false
# The format for an instance that is passed with the log message.
# (string value)
instance_format = "[instance: %(uuid)s] "