mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
9 lines
360 B
Plaintext
9 lines
360 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 that we can easily parse in expect
|
|
$template output,"%PRI%,%syslogfacility-text%,%syslogseverity-text%,%timestamp%,%programname%,%syslogtag%,%msg%\n"
|
|
*.* :omstdout:;output
|