santosh kulkarni wrote: > > What would be the best way to custom log the message? > > Let me elaborate. I want to mask out some sensitive information before > the logging interceptor logs it. >
I'd look at what we've already done--both in configuration and our interceptor code: http://cwiki.apache.org/CXF20DOC/debugging.html And then look at the CXF source code to those interceptors. If you create new interceptors based heavily on those, except with whatever filters you want, and then modify the configuration to use your new interceptors, that should work. HTH, Glen -- View this message in context: http://www.nabble.com/Custom-logging-tp18897616p18900303.html Sent from the cxf-user mailing list archive at Nabble.com.
