mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
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.
10 lines
307 B
Plaintext
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
|