mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imptcp/.libs/imptcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputPTCPServerAddtlFrameDelimiter 0
|
|
$InputPTCPServerRun 13514
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$OMFileFlushOnTXEnd off
|
|
$OMFileFlushInterval 2
|
|
$OMFileIOBufferSize 256k
|
|
local0.* ./rsyslog.out.log;outfmt
|