rsyslog/tests/testsuites/rscript_prifilt.conf
2012-09-20 15:08:39 +02:00

11 lines
318 B
Plaintext

$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")