Skip to content

Commit

Permalink
Fix logging to stderr (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzub authored Jul 13, 2017
1 parent 1633b76 commit dec6bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-router.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
// https://github.com/kubernetes/kubernetes/issues/17162
flag.CommandLine.Parse([]string{})

pflag.Set("logtostderr", "true")
flag.Set("logtostderr", "true")

if config.HelpRequested {
pflag.Usage()
Expand Down

0 comments on commit dec6bfa

Please sign in to comment.