diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 5b90a6b20c..3a2d88b500 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -199,7 +199,7 @@ func validateMultiNode(ctx context.Context, t *testing.T, profile string) { } // Add a node to the current cluster - addArgs := []string{"node", "add", "-p", profile} + addArgs := []string{"node", "add", "-p", profile, "-v", "10", "--alsologtostderr"} rr, err := Run(t, exec.CommandContext(ctx, Target(), addArgs...)) if err != nil { t.Fatalf("failed to add node to current cluster. args %q : %v", rr.Command(), err)