blob: 58c26cc707ee9bd08d181992408f92d96bb9185f (
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,"%timestamp:::date-subseconds%\n"
*.* :omstdout:;fmt
|