It's often good if secrets are redacted in logs: This avoids accidental publication of a user PIN (or decrypted payload) in bug reports. On the other hand, it can be useful for a developer to have full and verbatim logs (including secrets) for debugging.
We started work on this, but would like to hear from you. What should we do?
@hko I would not want secrets being logged unless I VERY EXPLICITLY tell it to. Should not be a side effect of changing logging level from debug to trace