blob: 8cb13a0f1967cbf6fcf61231379335e2d7b2cf0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
$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, we use a bit more generic filter */
if prifilt("local4.*") then
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|