logcheck.conf: ensure that dra uses contextual logging

It's new code, so we should follow the latest recommendations for logging.
This commit is contained in:
Patrick Ohly 2022-08-12 18:06:29 +02:00
parent 8018ab7cd9
commit c34185b2e5

View File

@ -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