Skip to content

Commit

Permalink
Refactor: enable engine logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 28, 2023
1 parent c5e8d76 commit 407c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testsuite/mock/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func NewNode(t *testing.T, net *Network, partition string, name string, validato
Workers: workerpool.NewGroup(name),

logHandler: logHandler,
enableEngineLogging: false,
enableEngineLogging: true,

attachedBlocks: make([]*blocks.Block, 0),
}
Expand Down

0 comments on commit 407c833

Please sign in to comment.