It's encouraged to dump the error context to log, but it contains this unredacted info.
Which one are you referring to?
we redact the document ID in the base kv context
if (key != null && key.length > 0) {
ctx.put("documentId", redactUser(new String(key, UTF_8)));
}
in which places did we miss it?
I'm going to close this as user error, I bet I didn't have log redaction enabled on the cluster.
Which one are you referring to?
we redact the document ID in the base kv context
if (key != null && key.length > 0) {
ctx.put("documentId", redactUser(new String(key, UTF_8)));
}
in which places did we miss it?