Azure/azure-service-operator

Replace deprecated klogr with textlogger

theunrepentantgeek opened this issue · 0 comments

Describe the current behavior

The package k8s.io/klog/v2/klogr is deprecated.

Describe the improvement

The klogr package has documentation indicating that users should switch to using k8s.io/klog/v2/textlogger instead.

Additional context

This should be a relatively lightweight change, given we already use the lightweight logr.Logger struct in most places.