From: Gunnar Beutner Date: Wed, 26 Aug 2015 06:39:05 +0000 (+0200) Subject: Remove duplicate severity type in the documentation X-Git-Tag: v2.3.9~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29cf3aa3352e3bf443bda83f58d9e69fa5a6b8e7;p=icinga2 Remove duplicate severity type in the documentation fixes #9992 --- diff --git a/doc/6-object-types.md b/doc/6-object-types.md index be38d2d5f..062b09c84 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -1157,7 +1157,7 @@ Configuration Attributes: Name |Description ----------------|---------------- - severity |**Optional.** The minimum severity for this log. Can be "debug", "notice", "information", "notice", "warning" or "critical". Defaults to "warning". + severity |**Optional.** The minimum severity for this log. Can be "debug", "notice", "information", "warning" or "critical". Defaults to "warning". ## TimePeriod