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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -