forked from golang/glog
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
/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
writeStringValue(b, false, fmt.Sprintf("%+v", v)) |
value
, not v
.Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.