Remove some duplicate logs from syslog.log
This commit is contained in:
parent
5d319cf167
commit
77a5fdac6f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue