mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
scripts/templates/config: Add "--log-format=logfmt" to default options.
This commit is contained in:
parent
76e50d1801
commit
97d9e662ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue