Skip to content

Commit

Permalink
Use Coordinator debug logging in integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Jan 10, 2025
1 parent 794838d commit 2a3c93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func (i IntegrationTest) StartCoordinator(ctx context.Context, cfg CoordinatorCo
MakeEnv(constants.ClientAddr, i.ClientServerAddr),
MakeEnv(constants.DNSNames, cfg.dnsNames),
MakeEnv(constants.SealDir, cfg.sealDir),
MakeEnv(constants.DebugLogging, "1"),
i.SimulationFlag,
}
cmd.Env = append(cmd.Env, cfg.extraEnv...)
Expand Down

0 comments on commit 2a3c93f

Please sign in to comment.