rsyslog/tests/testsuites/fac_invld4_rfc5424.conf
Rainer Gerhards bf8e0f291d parser: do not unnecessarily parse invalid PRI
abort as soon as we know its too high
2014-10-01 12:18:36 +02:00

8 lines
249 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:4%\n")
invld.=debug action(type="omfile" file="rsyslog.out.log" template="outfmt")