mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
print connection statistics at debug log level
This commit is contained in:
parent
a0235c8ebd
commit
ef4c55e32f
@ -812,7 +812,7 @@ public final class PeerManager implements ConnectionListener, PersistedDataHost
|
||||
.forEach(e -> sb.append(ls).append("Connection ")
|
||||
.append(counter.incrementAndGet()).append(ls)
|
||||
.append(e.getConnectionStatistics().getInfo()).append(ls));
|
||||
log.info(sb.toString());
|
||||
log.debug(sb.toString());
|
||||
}
|
||||
|
||||
private void printConnectedPeers() {
|
||||
|
Loading…
Reference in New Issue
Block a user