mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 12:10:46 +01:00
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
# simple async writing test
|
|
# rgerhards, 2010-03-09
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputTCPServerRun 13514
|
|
|
|
$template outfmt,"%msg:F,58:3%\n"
|
|
$template dynfile,"%msg:F,58:2%.log" # complete name is in message
|
|
$OMFileFlushOnTXEnd on
|
|
$DynaFileCacheSize 4
|
|
$IncludeConfig rsyslog.action.1.include
|
|
local0.* ?dynfile;outfmt
|