mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
feat: allow change the geth verbosity by env variable
This commit is contained in:
parent
afac8ad13c
commit
25d385ff12
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -exu
|
|||
|
||||
GETH_BIN_PATH=${GETH_BIN_PATH:-geth}
|
||||
GENESIS_L1_PATH=${GENESIS_L1_PATH:-/genesis.json}
|
||||
VERBOSITY=3
|
||||
VERBOSITY=${VERBOSITY:-3}
|
||||
GETH_DATA_DIR=${GETH_DATA_DIR:-/data}
|
||||
GETH_CHAINDATA_DIR="$GETH_DATA_DIR/geth/chaindata"
|
||||
GETH_KEYSTORE_DIR="$GETH_DATA_DIR/keystore"
|
||||
|
|
|
|||
Loading…
Reference in a new issue