rsyslog/tests/testsuites/rfctag.conf
Rainer Gerhards 9de685929e bugfix: message could be truncated after TAG, often when forwarding
This was a result of an internal processing error if maximum field
sizes had been specified in the property replacer.
Also did some testbench improvements, including omstdout.
2009-07-09 16:32:14 +02:00

10 lines
307 B
Plaintext

$ModLoad ../plugins/omstdout/.libs/omstdout
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
$ErrorMessagesToStderr off
# use a special format
# Note: the plus signs are necessary to detect truncated logs!
$template fmt,"+%syslogtag:1:32%+\n"
*.* :omstdout:;fmt