Adds logging for storage and RPC
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user