mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
better log
This commit is contained in:
parent
9eae3ce63a
commit
bffb89e65a
@ -269,7 +269,7 @@ func loadFilesIntoBucket(logPrefix string, db kv.RwTx, bucket string, bufType in
|
|||||||
|
|
||||||
runtime.ReadMemStats(&m)
|
runtime.ReadMemStats(&m)
|
||||||
log.Debug(
|
log.Debug(
|
||||||
fmt.Sprintf("[%s] Committed batch", logPrefix),
|
fmt.Sprintf("[%s] ETL Load done", logPrefix),
|
||||||
"bucket", bucket,
|
"bucket", bucket,
|
||||||
"records", i,
|
"records", i,
|
||||||
"current key", makeCurrentKeyStr(nil),
|
"current key", makeCurrentKeyStr(nil),
|
||||||
|
Loading…
Reference in New Issue
Block a user