Update node image verbosity

Now allowed to be modified via env var
This commit is contained in:
etienne-napoleone 2018-09-25 16:53:59 +07:00
parent d50ee3e4b7
commit 69295b45aa
No known key found for this signature in database
GPG key ID: 13183AEB698F46A9
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@ ENV PASSWORD ''
ENV PRIVATE_KEY ''
ENV BOOTNODES ''
ENV EXTIP ''
ENV VERBOSITY 3
ENV SYNC_MODE 'full'
ENV NETWORK_ID '89'
ENV WS_SECRET ''

View file

@ -6,6 +6,7 @@
# - PRIVATE_KEY (default to empty)
# - BOOTNODES (default to empty)
# - EXTIP (default to empty)
# - VERBOSITY (default to 3)
# - SYNC_MODE (default to 'full')
# - NETWORK_ID (default to '89')
# - WS_SECRET (default to empty)
@ -141,7 +142,7 @@ fi
echo "dump: $IDENTITY $account $BOOTNODES"
exec tomo $params \
--verbosity 4 \
--verbosity $VERBOSITY \
--datadir $DATA_DIR \
--keystore $KEYSTORE_DIR \
--identity $IDENTITY \