mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
# Test for queue disk mode (see .sh file for details)
|
|
# rgerhards, 2009-05-22
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imudp/.libs/imudp
|
|
$UDPServerRun 13514
|
|
$RepeatedMsgReduction on
|
|
$RepeatedMsgContainsOriginalMsg on
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
*.* ./rsyslog.out.log;outfmt
|