mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 12:10:46 +01:00
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
# Test for queue LinkedList mode (see .sh file for details)
|
|
# rgerhards, 2009-04-17
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputTCPServerRun 13514
|
|
|
|
$ErrorMessagesToStderr off
|
|
|
|
# set spool locations and switch queue to disk-only mode
|
|
$MainMsgQueueType LinkedList
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
|
|
:msg, contains, "msgnum:" ?dynfile;outfmt
|