mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 16:50:42 +01:00
Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
9 lines
266 B
Plaintext
9 lines
266 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 that we can easily parse in expect
|
|
$template fmt,"%msg%\n"
|
|
*.* :omstdout:;fmt
|