gc-1111

Results 3 comments of gc-1111

For adding the header, I think something like this: .enrichHeaders(h -> h.header(MessageHeaders.HIDE_EXCEPTION_MESSAGE_DATA, "true") ) Then that would turn off the failedMessage= display in the exception.

It's fine if you want to make it a setting or something. However, the idea is to condition hide failedMessage in the exception(s).

This no PII in logs thing is a new security concern. I think it's getting more popular. I suspect a lot of companies have PII in the messages. It would...