Skip to content

Commit

Permalink
Set the debug namespace on the validator (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Sep 1, 2023
1 parent 50d2dc9 commit 4cb161e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testnet/launcher/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ func (t *Testnet) Start() error {
node.WithMessageBusContractAddress(networkConfig.MessageBusAddress),
node.WithL1Start(networkConfig.L1StartHash),
node.WithInMemoryHostDB(true),
node.WithDebugNamespaceEnabled(true),
node.WithLogLevel(4),
)

validatorNode := node.NewDockerNode(validatorNodeConfig)
Expand Down

0 comments on commit 4cb161e

Please sign in to comment.