diff --git a/protocol/testutil/app/app.go b/protocol/testutil/app/app.go index c1ee3528e2..b96ae1c4dc 100644 --- a/protocol/testutil/app/app.go +++ b/protocol/testutil/app/app.go @@ -1292,6 +1292,7 @@ func launchValidatorInDir( "https://eth-sepolia.g.alchemy.com/v2/demo", "--oracle.enabled=false", "--oracle.metrics_enabled=false", + "--log_level=error", }) ctx := svrcmd.CreateExecuteContext(parentCtx)