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
I wrote a MarshalLog implementation which returns a slice. klog called the function, but then logged the original value instead of the one returned by MarshaLog.
/kind bug
What steps did you take and what happened:
I wrote a MarshalLog implementation which returns a slice. klog called the function, but then logged the original value instead of the one returned by MarshaLog.
What did you expect to happen:
klog/internal/serialize/keyvalues.go
Line 148 in 0990e81
value
, notv
.The text was updated successfully, but these errors were encountered: