blob: df8f23acdedd993ba6895d46b4c4ab5d31610391 (
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-rfc3339%\n"
*.* :omstdout:;fmt
|