From db86f7e3491e3884b12a11ce8f644187039ec500 Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Thu, 30 Oct 2025 15:33:13 +0000 Subject: [PATCH] Extra peers reporting for supported chains runs --- .github/workflows/sync-supported-chains.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-supported-chains.yml b/.github/workflows/sync-supported-chains.yml index 724792f9daff..bfaca5b9ca2d 100644 --- a/.github/workflows/sync-supported-chains.yml +++ b/.github/workflows/sync-supported-chains.yml @@ -178,6 +178,7 @@ jobs: --el-extra-flag "Seq.ServerUrl=https://seq.nethermind.io" \ --el-extra-flag "Seq.ApiKey=${{ secrets.SEQ_API_KEY }}" \ --el-extra-flag Seq.MinLevel=Info \ + --el-extra-flag "Init.LogRules=Synchronization.Peers.SyncPeersReport:Debug" \ --el-extra-flag "Metrics.PushGatewayUrl=${{ secrets.GRAFANA_CONNECTION_STRING }}" ) OP_METRICS_FLAGS=( @@ -186,6 +187,7 @@ jobs: --el-op-extra-flag "Seq.ServerUrl=https://seq.nethermind.io" \ --el-op-extra-flag "Seq.ApiKey=${{ secrets.SEQ_API_KEY }}" \ --el-op-extra-flag Seq.MinLevel=Info \ + --el-op-extra-flag "Init.LogRules=Synchronization.Peers.SyncPeersReport:Debug" \ --el-op-extra-flag "Metrics.PushGatewayUrl=${{ secrets.GRAFANA_CONNECTION_STRING }}" ) L2_METRICS_FLAGS=( @@ -194,6 +196,7 @@ jobs: --el-l2-extra-flag "Seq.ServerUrl=https://seq.nethermind.io" \ --el-l2-extra-flag "Seq.ApiKey=${{ secrets.SEQ_API_KEY }}" \ --el-l2-extra-flag Seq.MinLevel=Info \ + --el-l2-extra-flag "Init.LogRules=Synchronization.Peers.SyncPeersReport:Debug" \ --el-l2-extra-flag "Metrics.PushGatewayUrl=${{ secrets.GRAFANA_CONNECTION_STRING }}" )