Skip to content

Commit

Permalink
Merge pull request #680 from ingvagabund/klog-output-stdout
Browse files Browse the repository at this point in the history
Set the klog output to stdout by default
  • Loading branch information
k8s-ci-robot authored Dec 16, 2021
2 parents 1e5165b + d8718d7 commit 96ff5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/descheduler/descheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
)

func init() {
klog.SetOutput(os.Stdout)
klog.InitFlags(nil)
}

Expand Down

0 comments on commit 96ff5d2

Please sign in to comment.