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
pkg/kv/kvpb: Add SafeFormat method to BatchResponse struct
This patch helps to fix the overly redacted log line on instances where BatchResponse
is logged. Implemented a SafeFormat function on BatchResponse struct which overrides
the String() method when its object is logged.
Epic: CRDB-37533
Part of: CRDB-44885
Release note: None
0 commit comments