summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 476256b)
raw | patch | inline | side by side (parent: 476256b)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 9 Jan 2008 07:29:36 +0000 (08:29 +0100) | ||
committer | Florian 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>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index bab709ba8473f9eb542cee6bff7bfdaefe72e6d9..3ff24bbb08f8bb95c0afe13c958fa2265197d8c3 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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
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>