mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
parent
8018ab7cd9
commit
c34185b2e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user