Hi, I am using the LoggingFeature to log request/response and masking the sensitive content with addSensitiveElementNames, and addSensitiveProtocolHeaderNames. The javadocs says that "Corresponded data will be replaced with a configured mask", but I can't find a way to configure a different mask. Even after a quick look at the source code, I did not find a way to do it. Am I missing something? Can anyone help me with that? Do you think it is interesting to have a chance of configuring a mask instead of "XXX"? Or even to be able to configure a function that will be used to mask the content?
