aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/barometer/roles/collectd/templates/logfile.conf.j2
blob: 77d86a9903eb0ada216169dd0ed7e5670c465225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LoadPlugin "logfile"

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

# Decrease syslog verbosity, to avoid duplicate logging
<Plugin "syslog">
  LogLevel "err"
</Plugin>