summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/loggingtest-local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/configs/loggingtest-local.conf')
-rw-r--r--test/functional/configs/loggingtest-local.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/configs/loggingtest-local.conf b/test/functional/configs/loggingtest-local.conf
new file mode 100644
index 0000000..7330d97
--- /dev/null
+++ b/test/functional/configs/loggingtest-local.conf
@@ -0,0 +1,5 @@
+logging {
+ type = "{= env.LOGGINGTYPE =}";
+ json = {= env.JSON =};
+ systemd = {= env.SYSTEMD =};
+}