blob: 273ff1762732b4524312e72f11beaf679dbce185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|