mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 20:20:41 +01:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
# rgerhards, 2010-03-09
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputTCPServerRun 13514
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
|
|
$OMFileFlushOnTXEnd on
|
|
$OMFileFlushInterval 10
|
|
$OMFileIOBufferSize 4k
|
|
$OMFileAsyncWriting on
|
|
:msg, contains, "msgnum:" ./rsyslog.out.log;outfmt
|