diff --git a/scripts/templates/syslog-ng.conf b/scripts/templates/syslog-ng.conf new file mode 100644 index 0000000..1d9ecee --- /dev/null +++ b/scripts/templates/syslog-ng.conf @@ -0,0 +1,3 @@ +filter f_api-healthcheck { program("{{ PROGRAM }}"); }; +destination d_api-healthcheck { file("{{ LOG_FILE }}"); }; +log { source(s_src); filter(f_api-healthcheck); destination(d_api-healthcheck); }; \ No newline at end of file