Remove some duplicate logs from syslog.log

pull/40/head
jeltz 3 years ago
parent 5d319cf167
commit 77a5fdac6f

@ -63,8 +63,8 @@ ruleset(name="sendLogsToDisk") {
auth,authpriv.* action(type="omfile" file="/var/log/auth.log")
mail.* action(type="omfile" file="/var/log/mail.log" sync="off")
kern.* action(type="omfile" file="/var/log/kern.log")
*.*;auth,authpriv.none action(type="omfile" file="/var/log/syslog.log"
sync="off")
*.*;auth,authpriv,mail,kern.none action(type="omfile"
file="/var/log/syslog.log" sync="off")
}
# Send logs to remote collector(s)

Loading…
Cancel
Save