diff --git a/test/integration/multinode_test.go b/test/integration/multinode_test.go index f95aac4b98..9e16d51d09 100644 --- a/test/integration/multinode_test.go +++ b/test/integration/multinode_test.go @@ -62,7 +62,7 @@ func TestMultiNode(t *testing.T) { func validateMultiNodeStart(ctx context.Context, t *testing.T, profile string) { // Start a 2 node cluster with the --nodes param - startArgs := append([]string{"start", "-p", profile, "--wait=true", "--memory=2200", "--nodes=2"}, StartArgs()...) + startArgs := append([]string{"start", "-p", profile, "--wait=true", "--memory=2200", "--nodes=2", "--alsologtostderr"}, StartArgs()...) rr, err := Run(t, exec.CommandContext(ctx, Target(), startArgs...)) if err != nil { t.Fatalf("failed to start cluster. args %q : %v", rr.Command(), err)