mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
# see the equally-named .sh file for details
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$RepeatedMsgReduction off
|
|
|
|
# second action should never execute
|
|
:msg, contains, "msgnum:" /dev/null
|
|
$ActionExecOnlyWhenPreviousIsSuspended on
|
|
& ./rsyslog.out.log
|