Increase default syslog log level to "warning".

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-12 11:53:04 +02:00
parent 5797aeb2c5
commit 3f2238b46c
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ Attributes:
Name |Description
----------------|----------------
severity |**Optional.** The minimum severity for this log. Can be "debug", "information", "warning" or "critical". Defaults to "information".
severity |**Optional.** The minimum severity for this log. Can be "debug", "information", "warning" or "critical". Defaults to "warning".
### <a id="objecttype-checkcommand"></a> CheckCommand

View File

@ -3,6 +3,6 @@
*/
object SyslogLogger "syslog" {
severity = "information"
severity = "warning"
}