mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
3 lines
No EOL
197 B
Text
3 lines
No EOL
197 B
Text
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); }; |