Skip to content

Commit

Permalink
Merge pull request #458 from justinsb/always_logtostderr
Browse files Browse the repository at this point in the history
Always set logtostderr
  • Loading branch information
justinsb authored Sep 17, 2016
2 parents 269662e + d2ab4f5 commit 4e26a95
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 4e26a95

Please sign in to comment.