summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/rscript_optimizer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuites/rscript_optimizer1.conf')
-rw-r--r--tests/testsuites/rscript_optimizer1.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testsuites/rscript_optimizer1.conf b/tests/testsuites/rscript_optimizer1.conf
new file mode 100644
index 00000000..7720af7a
--- /dev/null
+++ b/tests/testsuites/rscript_optimizer1.conf
@@ -0,0 +1,12 @@
+$IncludeConfig diag-common.conf
+
+template(name="outfmt" type="list") {
+ property(name="msg" field.delimiter="58" field.number="2")
+ constant(value="\n")
+}
+
+/* tcpflood uses local4.=debug */
+if prifilt("syslog.*") then
+ stop # it actually doesn't matter what we do here
+else
+ action(type="omfile" file="./rsyslog.out.log" template="outfmt")