From 38a5176078eddd2e781602be5139d52bf21b571d Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:12:59 +0000 Subject: [PATCH] fix: logging --- spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh b/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh index 8a4b402dcfe0..550a0b00c548 100755 --- a/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh +++ b/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh @@ -1,6 +1,6 @@ #! /bin/bash -exec reth node \ +reth node \ --http \ --http.port=${HTTP_PORT} \ --http.addr="0.0.0.0" \ @@ -22,4 +22,4 @@ exec reth node \ --chain="/genesis/genesis.json" \ --datadir="/data" \ --log.stdout.format=json \ - -vv \ No newline at end of file + -vvv