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