blob: 8619e89ef53cfdabdad8ce96adc3fb52aead5dc4 (
plain)
1
2
3
4
5
6
7
8
9
|
$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
# Note: the plus signs are necessary to detect truncated logs!
$template fmt,"+%syslogtag:1:32%+\n"
*.* :omstdout:;fmt
|