mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Set the klog output to stdout by default
Also, one needs to set --logtostderr=false to properly log into the stdout
This commit is contained in:
@@ -25,6 +25,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
klog.SetOutput(os.Stdout)
|
||||||
klog.InitFlags(nil)
|
klog.InitFlags(nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user