Reduce lighthouse log level to info
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (pull_request) Successful in 29m57s

This commit is contained in:
David Boreham 2024-05-22 06:21:04 -06:00
parent 05b958055c
commit 8fbea1cdf3

View File

@ -55,4 +55,4 @@ ETH1_DEPOSIT_CONTRACT_BLOCK=${ETH1_DEPOSIT_CONTRACT_BLOCK:-0x0}
SUGGESTED_FEE_RECIPIENT=`cat ../build/el/accounts.csv | head -1 | cut -d',' -f2`
# --debug-level
DEBUG_LEVEL=${LIGHTHOUSE_DEBUG_LEVEL:-debug}
DEBUG_LEVEL=${LIGHTHOUSE_DEBUG_LEVEL:-info}