Skip to content

Commit

Permalink
Trace logging for ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Jan 17, 2025
1 parent 263adb7 commit 616155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topologytest/peer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func updatePeersT(t *testing.T, peers map[string]Peer) {

// setupTests returns a map of peers and a list of replications. The peers will be closed and the buckets will be destroyed by t.Cleanup.
func setupTests(t *testing.T, topology Topology) (base.ScopeAndCollectionName, Peers, Replications) {
base.SetUpTestLogging(t, base.LevelDebug, base.KeyImport, base.KeyVV, base.KeyCRUD, base.KeySync)
base.SetUpTestLogging(t, base.LevelTrace, base.KeyAll)
peers := createPeers(t, topology.peers)
replications := createPeerReplications(t, peers, topology.replications)

Expand Down

0 comments on commit 616155a

Please sign in to comment.