Merge pull request #680 from ingvagabund/klog-output-stdout

Set the klog output to stdout by default
This commit is contained in:
Kubernetes Prow Robot
2021-12-16 05:31:18 -08:00
committed by GitHub
+1
View File
@@ -25,6 +25,7 @@ import (
)
func init() {
klog.SetOutput(os.Stdout)
klog.InitFlags(nil)
}