rsyslog/tests/testsuites/rawmsg-after-pri.conf
Rainer Gerhards 77349efb3d fix issue with rawmsg-after-pri property
also added a testbench test
2015-10-08 14:29:57 +02:00

9 lines
287 B
Plaintext

$IncludeConfig diag-common.conf
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
template(type="string" name="outfmt" string="%rawmsg-after-pri%\n")
if $syslogfacility-text == "local0" then
action(type="omfile" file="rsyslog.out.log" template="outfmt")