java - How to obfuscate request properties in tomcat log file -
i have rest based weapp runs on tomcat. every time hit of rest endpoints on server - log request details written in log file. how can configure tomcat obfuscate sended values of json request. ex.
instead of: { "country": "usa" } be: {"country":"******"}
thanks!
inorder apply masking on filter . need perform this.. http://vozis.blogspot.com/2012/02/log4j-filter-to-mask-payment-card.html
Comments
Post a Comment