collectd.conf(5): Added a note about the availability of the "debug" loglevel.
authorSebastian Harl <sh@tokkee.org>
Wed, 9 Jan 2008 07:29:36 +0000 (08:29 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 9 Jan 2008 07:29:36 +0000 (08:29 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod

index bab709b..3ff24bb 100644 (file)
@@ -361,6 +361,9 @@ and all other interrupts are collected.
 Sets the log-level. If, for example, set to B<notice>, then all events with
 severity B<notice>, B<warning>, or B<err> will be written to the logfile.
 
+Please note that B<debug> is only available if collectd has been compiled with
+debugging support.
+
 =item B<File> I<File>
 
 Sets the file to write log messages to. The special strings B<stdout> and
@@ -766,6 +769,9 @@ Sets the log-level. If, for example, set to B<notice>, then all events with
 severity B<notice>, B<warning>, or B<err> will be submitted to the
 syslog-daemon.
 
+Please note that B<debug> is only available if collectd has been compiled with
+debugging support.
+
 =back
 
 =head2 Plugin C<unixsock>