chore: change prune logging info to debug (#17560)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
parent
70b3e85781
commit
682a9acd83
@ -646,8 +646,8 @@ func (rs *Store) GetKVStore(key types.StoreKey) types.KVStore {
|
||||
|
||||
func (rs *Store) handlePruning(version int64) error {
|
||||
pruneHeight := rs.pruningManager.GetPruningHeight(version)
|
||||
rs.logger.Info("prune start", "height", version)
|
||||
defer rs.logger.Info("prune end", "height", version)
|
||||
rs.logger.Debug("prune start", "height", version)
|
||||
defer rs.logger.Debug("prune end", "height", version)
|
||||
return rs.PruneStores(pruneHeight)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user