Skip to content

Commit dec6bfa

Browse files
authored
Fix logging to stderr (#61)
1 parent 1633b76 commit dec6bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
// https://github.com/kubernetes/kubernetes/issues/17162
2222
flag.CommandLine.Parse([]string{})
2323

24-
pflag.Set("logtostderr", "true")
24+
flag.Set("logtostderr", "true")
2525

2626
if config.HelpRequested {
2727
pflag.Usage()

0 commit comments

Comments
 (0)