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/util/uuid: Make uuid parsing errors as safe string
This patch helps to make the uuid parsing errors as safe so that when the
roachpb.Key is logged, the error message is not redacted.
The prior implementation of uuid errors followed the fmt.Errorf strings which
are categorized as unsafe by default when logged using %v verb of string formatting.
This patch convert those error objects to use redact.Safe implementation.
Epic: CRDB-37533
Part of: CRDB-44885
Release note: None
0 commit comments