mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 16:50:40 +01:00
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
# we write to /dev/null, as we have no chance to verify the output
|
|
# in any case. What we really check is that rsyslogd does not
|
|
# segfault or otherwise abort.
|
|
# rgerhards, 2010-04-01
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$InputTCPServerRun 13514
|
|
|
|
$template outfmt,"%rawmsg%\n"
|
|
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
|
|
*.* /dev/null
|