Adds logging for storage and RPC

This commit is contained in:
yaoandrew
2019-12-02 23:10:32 -06:00
committed by Ian Norden
parent 0b9f29c300
commit 614ea3bba1
2 changed files with 9 additions and 0 deletions
@@ -121,7 +121,9 @@ func (storageWatcher StorageWatcher) processRow(diff utils.StorageDiff) {
if queueErr != nil {
logrus.Warn(fmt.Sprintf("error queueing storage diff: %s", queueErr))
}
return
}
logrus.Debug("Storage diff persisted at block height: " + strconv.Itoa(row.BlockHeight))
}
func (storageWatcher StorageWatcher) processQueue() {