mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 19:40:41 +01:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
$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")
|