mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 15:02:33 +00:00
## Description
Change log from error to info for indexing blocks
(cherry picked from commit 32ee737d42)
Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
@@ -79,7 +79,7 @@ func (is *IndexerService) OnStart() error {
|
||||
if err := is.blockIdxr.Index(eventDataHeader); err != nil {
|
||||
is.Logger.Error("failed to index block", "height", height, "err", err)
|
||||
} else {
|
||||
is.Logger.Error("indexed block", "height", height)
|
||||
is.Logger.Info("indexed block", "height", height)
|
||||
}
|
||||
|
||||
if err = is.txIdxr.AddBatch(batch); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user