We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25a229 commit 7debf8aCopy full SHA for 7debf8a
main.go
@@ -100,7 +100,7 @@ func main() {
100
}
101
log.SetLevel(ll)
102
103
- if ll >= log.DebugLevel {
+ if ll < log.DebugLevel {
104
// Klog V2 is used by k8s.io/apimachinery/pkg/labels and can throw (a lot) of irrelevant logs
105
// See https://github.com/kubernetes-sigs/external-dns/issues/2348
106
defer klog.ClearLogger()
0 commit comments