rsyslog/tests/testsuites/fac_local7.conf
Rainer Gerhards a079a1b152 testbench: add new test
... not a very smart or important one, but it was created during
a live hangout and so why not add it ;)
2014-09-24 13:00:56 +02:00

9 lines
307 B
Plaintext

$IncludeConfig diag-common.conf
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
template(type="string" name="outfmt" string="%msg:F,58:2%,%msg:F,58:3%,%msg:F,58:4%\n")
if $syslogfacility-text == "local7" then
action(type="omfile" file="rsyslog.out.log" template="outfmt")