1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Adding scripts/templates/syslog-ng.conf

This commit is contained in:
Henrik Hautakoski 2023-02-14 08:59:32 +01:00
parent 5bf880b0d0
commit a632ba914f
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -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); };