You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using Spring Boot 3.4 with structured logging (via JsonWriterStructuredLogFormatter), and I want to mask sensitive data such as passwords, API keys, and tokens from the message field in the logs.
What I've tried: I'm using the default structured logging setup. logstash format
I created a StructuredLoggingJsonMembersCustomizer and modified the message field by applying regex masking. but I can't change or override the content value of "message" key