mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 12:10:46 +01:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
$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
|