mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 16:30:42 +01:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputTCPServerAddtlFrameDelimiter 0
|
|
$InputTCPServerRun 13514
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$OMFileFlushOnTXEnd off
|
|
$OMFileFlushInterval 2
|
|
$OMFileIOBufferSize 256k
|
|
$IncludeConfig rsyslog.action.1.include
|
|
local0.* ./rsyslog.out.log;outfmt
|