Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: LogFile plugin
Type: log
Callbacks: config, log, notification
Status: supported
FirstVersion: 3.9
Copyright: 2007 Sebastian Harl, 2007–2008 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The LogFile plugin receives log messages from the daemon and writes them to a text file.

In order for other plugins to be able to report errors and warnings during initialization, the LogFile plugin should be loaded as one of the first plugins, if not as the first plugin. This means that its LoadPlugin line should be one of the first lines in the configuration file.

Synopsis

 LoadPlugin "logfile"
 <Plugin "logfile">
   LogLevel "info"
   File "/var/log/collectd.log"
   Timestamp true
 </Plugin>

Dependencies

  • none

See also

Clone this wiki locally