You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use klog library for logging
The previous logging instrumentation did not work. Due to the fact
that the [textlogger module differs from klog], I decided to remove all
existing logger instrumentations and replace them with klog.
[textlogger module differs from klog]: https://pkg.go.dev/k8s.io/klog/v2
Closes ANXKUBE-1366