mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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"
|
||||
|
||||
exec XDC $params \
|
||||
--verbosity \
|
||||
--verbosity $VERBOSITY \
|
||||
--datadir $DATA_DIR \
|
||||
--keystore $KEYSTORE_DIR \
|
||||
--identity $IDENTITY \
|
||||
|
|
|
|||
Loading…
Reference in a new issue