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.4.0~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8a26d810ce0217443f34c7499ec83a235bd6dbc;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 b05a9277b..b545a69a2 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -1179,7 +1179,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