Open antoninbas opened 1 month ago
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).
klog.Infof
klog.Errorf
klog.InfoS
klog.ErrorS
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
).