blob: 0b6ec38764ebdc18233cfbcf7cabe45be357107e (
plain)
1
2
3
4
5
6
7
8
|
$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
$template fmt,"+%syslogtag%+\n"
*.* :omstdout:;fmt
|