vmware / go-ipfix

An ipfix library in Go
Other
40 stars 27 forks source link

Update code base to use structure logging #366

Open antoninbas opened 1 month ago

antoninbas commented 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).