From c34185b2e542c516b259b3f85f8dcb98388b6929 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 12 Aug 2022 18:06:29 +0200 Subject: [PATCH] logcheck.conf: ensure that dra uses contextual logging It's new code, so we should follow the latest recommendations for logging. --- hack/logcheck.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/logcheck.conf b/hack/logcheck.conf index 3ec1cf4f9a5..db678525c05 100644 --- a/hack/logcheck.conf +++ b/hack/logcheck.conf @@ -25,6 +25,8 @@ structured k8s.io/kubernetes/pkg/scheduler/.* # Packages matched here do not have to be listed above because # "contextual" implies "structured". # TODO next: contextual k8s.io/kubernetes/pkg/scheduler/.* +contextual k8s.io/kubernetes/test/e2e/dra/.* +contextual k8s.io/dynamic-resource-allocation/.* # As long as contextual logging is alpha or beta, all WithName, WithValues, # NewContext calls have to go through klog. Once it is GA, we can lift