diff --git a/ops-bedrock/l1-lighthouse-bn-entrypoint.sh b/ops-bedrock/l1-lighthouse-bn-entrypoint.sh index 65d3b1c70e0a..80a58eb1d175 100644 --- a/ops-bedrock/l1-lighthouse-bn-entrypoint.sh +++ b/ops-bedrock/l1-lighthouse-bn-entrypoint.sh @@ -23,5 +23,5 @@ exec /usr/local/bin/lighthouse \ --execution-jwt=/config/jwt-secret.txt \ --allow-insecure-genesis-sync \ --http-allow-sync-stalled \ - --debug-level=debug \ + --debug-level=info \ "$@"