Summary
Each time the indexer processes a batch of ledgers, there is no log marking the start or end of the batch. An info-level log at the start and a debug-level log at completion would give operators a clear picture of indexer throughput and batch size without requiring database queries.
Scope
- Emit an info-level log at batch start with fields:
from_ledger, to_ledger, batch_size
- Emit a debug-level log at batch completion with fields:
from_ledger, to_ledger, events_processed, duration_ms
- Both logs emitted per batch, not per individual ledger within the batch
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Each time the indexer processes a batch of ledgers, there is no log marking the start or end of the batch. An info-level log at the start and a debug-level log at completion would give operators a clear picture of indexer throughput and batch size without requiring database queries.
Scope
from_ledger,to_ledger,batch_sizefrom_ledger,to_ledger,events_processed,duration_msAcceptance Criteria
duration_msreflects wall-clock time from batch start to completionETA: 12 hours
Coordinate on Telegram