mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
Update node image verbosity
This commit is contained in:
parent
1857fe3991
commit
638bd677b5
2 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ ENV PASSWORD ''
|
||||||
ENV PRIVATE_KEY ''
|
ENV PRIVATE_KEY ''
|
||||||
ENV BOOTNODES ''
|
ENV BOOTNODES ''
|
||||||
ENV EXTIP ''
|
ENV EXTIP ''
|
||||||
|
ENV VERBOSITY 3
|
||||||
ENV SYNC_MODE 'full'
|
ENV SYNC_MODE 'full'
|
||||||
ENV NETWORK_ID '89'
|
ENV NETWORK_ID '89'
|
||||||
ENV WS_SECRET ''
|
ENV WS_SECRET ''
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
# - PRIVATE_KEY (default to empty)
|
# - PRIVATE_KEY (default to empty)
|
||||||
# - BOOTNODES (default to empty)
|
# - BOOTNODES (default to empty)
|
||||||
# - EXTIP (default to empty)
|
# - EXTIP (default to empty)
|
||||||
|
# - VERBOSITY (default to 3)
|
||||||
# - SYNC_MODE (default to 'full')
|
# - SYNC_MODE (default to 'full')
|
||||||
# - NETWORK_ID (default to '89')
|
# - NETWORK_ID (default to '89')
|
||||||
# - WS_SECRET (default to empty)
|
# - WS_SECRET (default to empty)
|
||||||
|
|
@ -141,7 +142,7 @@ fi
|
||||||
echo "dump: $IDENTITY $account $BOOTNODES"
|
echo "dump: $IDENTITY $account $BOOTNODES"
|
||||||
|
|
||||||
exec XDC $params \
|
exec XDC $params \
|
||||||
--verbosity 4 \
|
--verbosity \
|
||||||
--datadir $DATA_DIR \
|
--datadir $DATA_DIR \
|
||||||
--keystore $KEYSTORE_DIR \
|
--keystore $KEYSTORE_DIR \
|
||||||
--identity $IDENTITY \
|
--identity $IDENTITY \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue