Plugin:LogFile
From collectd Wiki
Description
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