correct url of reference code
Signed-off-by: adolphlwq <kenan3015@gmail.com>pull/2026/head
parent
18de99b793
commit
b71446b2cd
|
@ -47,7 +47,7 @@ import (
|
|||
|
||||
//This init function is used to set the logtostderr variable to false so that INFO level log info does not clutter the CLI
|
||||
//INFO lvl logging is displayed due to the kubernetes api calling flag.Set("logtostderr", "true") in its init()
|
||||
//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/util/logs/logs.go#L32-34
|
||||
//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/util/logs/logs.go#L32-L34
|
||||
func init() {
|
||||
flag.Set("logtostderr", "false")
|
||||
// Setting the default client to native gives much better performance.
|
||||
|
|
Loading…
Reference in New Issue