collectd-openstack-plugins/etc/collectd.conf.d/logfile.conf
Jaroslav Safka 9b2bcf893e Fix duplicit collectd logging
Decrease syslog verbosity when file logging is enabled.

Change-Id: If2c53556914cdc15e6442a264c44c7b9404838e8
Closes-Bug: #1644476
2017-02-14 12:39:21 +00:00

12 lines
227 B
Plaintext

LoadPlugin "logfile"
<Plugin "logfile">
LogLevel "info"
File "/opt/stack/screen/collectd.log"
Timestamp true
</Plugin>
# Decrease syslog verbosity, to avoid duplicate logging
<Plugin "syslog">
LogLevel "err"
</Plugin>