debug geth

This commit is contained in:
Roy Crihfield 2023-07-11 22:17:26 +08:00
parent 760f780da2
commit ff0512bbab

View File

@ -21,10 +21,15 @@ $laconic_so setup-repositories \
$laconic_so build-containers \ $laconic_so build-containers \
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry,cerc/plugeth,cerc/plugeth-statediff --exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry,cerc/plugeth,cerc/plugeth-statediff
$laconic_so deploy \ $laconic_so --quiet deploy \
--exclude foundry,keycloak,tx-spammer,ipld-eth-server \ --exclude foundry,keycloak,tx-spammer,ipld-eth-server \
--env-file $CONFIG_DIR/stack.env \ --env-file $CONFIG_DIR/stack.env \
--cluster "$cluster" up --cluster "$cluster" up &
# debug geth
until [[ -n "$(docker ps -q --filter='name=test-fixturenet-eth-geth-1-1')" ]]; do sleep 1; done
docker logs test-fixturenet-eth-geth-1-1 -f
set +x set +x