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
The code base is small enough that it makes sense to manually replace all usage of klog.Infof / klog.Errorf with structured logging functions (klog.InfoS / klog.ErrorS).
The code base is small enough that it makes sense to manually replace all usage of
klog.Infof/klog.Errorfwith structured logging functions (klog.InfoS/klog.ErrorS).