rsyslog/tests/testsuites/fac_local0.conf
Rainer Gerhards b17a9e6f59 bugfix: in 7.6.4, pri-based filters did not work correctly
messages were distributed to the wrong bins.
2014-09-17 11:16:45 +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 == "local0" then
action(type="omfile" file="rsyslog.out.log" template="outfmt")