9b2bcf893e
Decrease syslog verbosity when file logging is enabled. Change-Id: If2c53556914cdc15e6442a264c44c7b9404838e8 Closes-Bug: #1644476
12 lines
227 B
Plaintext
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>
|