mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +00:00
Add control over verbosity for docker image node via env var
This commit is contained in:
parent
638bd677b5
commit
e88e412f84
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ fi
|
||||||
echo "dump: $IDENTITY $account $BOOTNODES"
|
echo "dump: $IDENTITY $account $BOOTNODES"
|
||||||
|
|
||||||
exec XDC $params \
|
exec XDC $params \
|
||||||
--verbosity \
|
--verbosity $VERBOSITY \
|
||||||
--datadir $DATA_DIR \
|
--datadir $DATA_DIR \
|
||||||
--keystore $KEYSTORE_DIR \
|
--keystore $KEYSTORE_DIR \
|
||||||
--identity $IDENTITY \
|
--identity $IDENTITY \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue