mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 19:40:41 +01:00
11 lines
318 B
Plaintext
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")
|