rsyslog/tests/testsuites/dynfile_invalid2.conf
2010-03-22 14:53:08 +01:00

15 lines
378 B
Plaintext

# simple async writing test
# rgerhards, 2010-03-22
$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 off
$DynaFileCacheSize 4
$omfileFlushInterval 1
local0.* ?dynfile;outfmt