Code

collectd.conf: Set default LogLevel to "info" for the syslog plugin.
authorSebastian Harl <sh@tokkee.org>
Tue, 5 Jun 2007 20:13:44 +0000 (22:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 5 Jun 2007 20:13:44 +0000 (22:13 +0200)
debian/collectd.conf

index c7f230413d784c5918ccf1e0d8240f4112dcdfd7..049f63fccbd13a839dc01a1c7cee95e6eaf8974d 100644 (file)
@@ -181,9 +181,9 @@ LoadPlugin users
 #   IgnoreSelected false
 #</Plugin>
 
-#<Plugin syslog>
-#   LogLevel info
-#</Plugin>
+<Plugin syslog>
+   LogLevel info
+</Plugin>
 
 #<Plugin unixsock>
 #   SocketFile "/var/run/collectd-unixsock"