storage: make key/value printing explicitly redactable #70288
Labels
A-logging
In and around the logging infrastructure.
A-storage
Relating to our storage engine (Pebble) on-disk storage.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
E-starter
Might be suitable for a starter project for new employees or team members.
T-storage
Storage Team
Requested by @knz in #70165:
Currently, the
roachpb
package injects two utility functions intostorage
for "pretty printing" byte strings as Keys and Values:cockroach/pkg/roachpb/data.go
Lines 2539 to 2540 in f278e64
As part of the log redaction effort, these functions should each return a
redact.RedactableString
.Epic: CRDB-6668
Jira issue: CRDB-10015
The text was updated successfully, but these errors were encountered: