fix (backfill): info log -> debug log

This commit is contained in:
Mohamed Sohail 2024-09-05 13:31:21 +03:00
parent 30729e9318
commit 591518bbb5
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -116,7 +116,7 @@ func (b *Backfill) Run(skipLatest bool) error {
missingBlocks.ClearAll() missingBlocks.ClearAll()
missingBlocks = nil missingBlocks = nil
b.logg.Info("backfill tick run complete") b.logg.Debug("backfill tick run complete")
return nil return nil
} }