mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
8 lines
269 B
Plaintext
8 lines
269 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")
|
|
uucp.* action(type="omfile" file="rsyslog.out.log" template="outfmt")
|