mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
13 lines
340 B
Plaintext
13 lines
340 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 */
|
|
if prifilt("syslog.*") then
|
|
stop # it actually doesn't matter what we do here
|
|
else
|
|
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|