mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
Remove contentSize and contentCount from history network log (#1933)
This commit is contained in:
parent
dc55ee0c87
commit
2b71e3e600
@ -779,8 +779,6 @@ proc statusLogLoop(n: HistoryNetwork) {.async.} =
|
||||
info "History network status",
|
||||
radius = radiusPercentage.toString(10) & "%",
|
||||
dbSize = $(n.contentDB.size() div 1000) & "kb",
|
||||
contentSize = $(n.contentDB.contentSize() div 1000) & "kb",
|
||||
contentCount = n.contentDB.contentCount(),
|
||||
routingTableNodes = n.portalProtocol.routingTable.len()
|
||||
|
||||
await sleepAsync(60.seconds)
|
||||
|
Loading…
x
Reference in New Issue
Block a user