From 8fbea1cdf379166b00d3f8270d29fcf2c3446a9c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 22 May 2024 06:21:04 -0600 Subject: [PATCH] Reduce lighthouse log level to info --- .../cerc-fixturenet-eth-lighthouse/genesis/cl/vars.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/vars.env b/stack-orchestrator/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/vars.env index 83780b2..d7eda59 100644 --- a/stack-orchestrator/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/vars.env +++ b/stack-orchestrator/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/vars.env @@ -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}