tidying up the logging so it's actually useful.

This commit is contained in:
херетик
2023-06-10 08:47:48 +01:00
parent 724446e0d3
commit 54e8e0201b
6 changed files with 242 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ import (
func TestEngine_PeerStore(t *testing.T) {
if indra.CI == "false" {
log2.SetLogLevel(log2.Trace)
log2.SetLogLevel(log2.Debug)
}
const nTotal = 26
var cancel func()