blob: 7720af7abcb4d7033ba931ae11430ec043d83318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$IncludeConfig diag-common.conf
template(name="outfmt" type="list") {
property(name="msg" field.delimiter="58" field.number="2")
constant(value="\n")
}
/* tcpflood uses local4.=debug */
if prifilt("syslog.*") then
stop # it actually doesn't matter what we do here
else
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|