mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
This commit adds a check that include files are processed in the proper order. It also slightly changes some text that seemed to cause the wrong impression that include files were processed in the wrong order. Right the contrary is the case, as config files are being put on a stack before they are processed. closes https://github.com/rsyslog/rsyslog/issues/4271
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
# this include provides our standard omfile action. It is primarily
|
|
# used for include() tests, but may have other uses as well.
|
|
action(type="omfile" template="outfmt" file=`echo $RSYSLOG_OUT_LOG`)
|
|
include(file=`echo $INCLUDE2`)
|
|
action(type="omfile" template="outfmt" file=`echo $RSYSLOG2_OUT_LOG`)
|