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:
parent
5bf880b0d0
commit
a632ba914f
1 changed files with 3 additions and 0 deletions
3
scripts/templates/syslog-ng.conf
Normal file
3
scripts/templates/syslog-ng.conf
Normal 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); };
|
||||
Loading…
Add table
Add a link
Reference in a new issue