rsyslog/tests/testsuites/dynfile_cachemiss.conf
2014-11-06 17:01:42 +01:00

14 lines
354 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
local0.* ?dynfile;outfmt