1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-03 11:53:43 +02:00

scripts/templates/config: Add "--log-format=logfmt" to default options.

This commit is contained in:
Henrik Hautakoski 2022-10-21 12:41:02 +02:00
parent 76e50d1801
commit 97d9e662ce
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -3,5 +3,5 @@
# This is sourced by the systemd unit file or init.d # This is sourced by the systemd unit file or init.d
# Command line flags to pass to {{ PROGRAM_NAME }} # Command line flags to pass to {{ PROGRAM_NAME }}
# First is IP to listen to, second is port. # Positional agruments are IP to listen to, then port number.
#EOSIO_API_HEALTCHECK_OPTS="127.0.0.1 1337" EOSIO_API_HEALTCHECK_OPTS="--log-format=logfmt 127.0.0.1 1337"