mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
indexer: remove info log (#6194)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
@@ -67,7 +67,7 @@ func (is *IndexerService) OnStart() error {
|
||||
if err = is.idr.AddBatch(batch); err != nil {
|
||||
is.Logger.Error("Failed to index block", "height", height, "err", err)
|
||||
} else {
|
||||
is.Logger.Info("Indexed block", "height", height)
|
||||
is.Logger.Debug("indexed block", "height", height)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user