debugging

This commit is contained in:
Sebastian
2023-01-26 13:13:10 +01:00
parent b47b03a945
commit 2528fb58fb
2 changed files with 2 additions and 2 deletions

View File

@@ -25,5 +25,5 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
else
echo "$GETH_CHAINDATA_DIR exists, checking for hardfork."
echo "Chain config:"
geth dump-chain-cfg --datadir="$GETH_DATA_DIR"
# geth dump-chain-cfg --datadir="$GETH_DATA_DIR"
fi

View File

@@ -16,7 +16,7 @@ exec geth \
--gcmode=$NODE_TYPE \
--metrics \
--metrics.addr=0.0.0.0 \
--metric.port=6060 \
--metrics.port=6060 \
# --metrics.influxdb \
# --metrics.influxdb.endpoint=http://influxdb:8086 \
# --metrics.influxdb.database=l2geth \