diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-19 11:30:57 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-19 11:30:57 +0200 |
commit | 77c992e2155420702460e835ce2d561cf2d10fcb (patch) | |
tree | f8349fbffac3264b8233c55499f285d690637e57 /tests/testsuites/ts3339.conf | |
parent | dc603a3dbf0bc0654830e7830a07816c23c85ce5 (diff) | |
download | rsyslog-77c992e2155420702460e835ce2d561cf2d10fcb.tar.gz rsyslog-77c992e2155420702460e835ce2d561cf2d10fcb.tar.xz rsyslog-77c992e2155420702460e835ce2d561cf2d10fcb.zip |
fully optimized datetime module and enhanced test suite
tests for the various timestamp formats have been added
Diffstat (limited to 'tests/testsuites/ts3339.conf')
-rw-r--r-- | tests/testsuites/ts3339.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testsuites/ts3339.conf b/tests/testsuites/ts3339.conf new file mode 100644 index 00000000..df8f23ac --- /dev/null +++ b/tests/testsuites/ts3339.conf @@ -0,0 +1,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 |