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 }}" )