Skip to content

Commit

Permalink
Always set logtostderr
Browse files Browse the repository at this point in the history
Previously we were relying on k8s to do it for us
  • Loading branch information
justinsb committed Sep 17, 2016
1 parent 5148e2c commit d2ab4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kops/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2ab4f5

Please sign in to comment.