diff --git a/cmd/kops/root.go b/cmd/kops/root.go index dfe8eaf26b065..99c6068634379 100644 --- a/cmd/kops/root.go +++ b/cmd/kops/root.go @@ -35,6 +35,7 @@ It allows you to create, destroy, upgrade and maintain clusters.`, } func Execute() { + goflag.Set("logtostderr", "true") goflag.CommandLine.Parse([]string{}) if err := rootCommand.cobraCommand.Execute(); err != nil { exitWithError(err)