I have a rest based weapp that runs on tomcat. Every time i hit some of the rest endpoints on the server - a log with the request details is written in the log file. How can i configure tomcat to obfuscate the sended values of the json request. Ex.
Instead of: { "country": "USA" } To be: {"country":"******"}
Thanks!