Skip to content

Commit

Permalink
Feat: added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 30, 2023
1 parent 8f60e3d commit a524987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/loss_of_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestLossOfAcceptanceFromSnapshot(t *testing.T) {
node2 := ts.AddNode("node2")

ts.Run(true, nil)
node2.Protocol.SetLogLevel(log.LevelDebug)
node2.Protocol.SetLogLevel(log.LevelTrace)

// Issue up to slot 10, committing slot 8.
{
Expand Down

0 comments on commit a524987

Please sign in to comment.