Skip to content

Commit

Permalink
chore: Use json log format for eth devnet (#11564)
Browse files Browse the repository at this point in the history
So we can process them properly.
  • Loading branch information
spalladino authored Jan 28, 2025
1 parent 48b7ac4 commit f411188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions spartan/aztec-network/eth-devnet/entrypoints/eth-beacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ lighthouse bn \
--execution-endpoints=${ETH_EXECUTION_URL} \
--execution-jwt-secret-key="61e1dd9539e8cc37b3d71dcf8ce372f0e119cc1c73426ee80472a4214f2a41a1" \
--allow-insecure-genesis-sync \
--log-format=JSON \
--debug-level=info
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ exec reth node \
--authrpc.jwtsecret="/genesis/jwt-secret.hex" \
--chain="/genesis/genesis.json" \
--datadir="/data" \
--log.stdout.format=json \
-vv
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ lighthouse vc \
--testnet-dir=/genesis \
--init-slashing-protection \
--suggested-fee-recipient="0xff00000000000000000000000000000000c0ffee" \
--log-format=JSON \
--debug-level=debug

0 comments on commit f411188

Please sign in to comment.