From 97d9e662ce16418da11108f675dc5230ed1fa645 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 21 Oct 2022 12:41:02 +0200 Subject: [PATCH] scripts/templates/config: Add "--log-format=logfmt" to default options. --- scripts/templates/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/templates/config b/scripts/templates/config index e189a11..f265cbf 100644 --- a/scripts/templates/config +++ b/scripts/templates/config @@ -3,5 +3,5 @@ # This is sourced by the systemd unit file or init.d # Command line flags to pass to {{ PROGRAM_NAME }} -# First is IP to listen to, second is port. -#EOSIO_API_HEALTCHECK_OPTS="127.0.0.1 1337" +# Positional agruments are IP to listen to, then port number. +EOSIO_API_HEALTCHECK_OPTS="--log-format=logfmt 127.0.0.1 1337" \ No newline at end of file