blob: 9ff27dc8549dba1e7eb25c5e1275de6d46a009e4 (
plain)
1
2
3
4
5
6
7
8
|
$IncludeConfig diag-common.conf
template(name="outfmt" type="string" string="%msg:F,58:2%\n")
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
if $syslogfacility-text == "local4" then
action(type="omfile" template="outfmt" file="rsyslog.out.log")
|