Is there any way to obfuscate personally identifiable information (PII) in temporal logs. The Temporal.io documentation makes no reference to PII obfuscation in the logs. Is it feasible to hide PII in logs? Just to be clear, I mean Temporal server logs, that one that we can see in the admin console. I’m using java as language
3 Likes
If I understand the question correctly you might be looking for FailureConverter api that was added in java sdk release 1.19.0.
Also see docs here. We will add sample on this soon.
For client/worker logs, since you control the logger (can define it) you should be able to filter the logs to your business needs before writing them to your log store.