mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-02-23 00:02:00 +01:00
fix (backfill): info log -> debug log
This commit is contained in:
parent
30729e9318
commit
591518bbb5
@ -116,7 +116,7 @@ func (b *Backfill) Run(skipLatest bool) error {
|
||||
|
||||
missingBlocks.ClearAll()
|
||||
missingBlocks = nil
|
||||
b.logg.Info("backfill tick run complete")
|
||||
b.logg.Debug("backfill tick run complete")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user