>>but is there a way to filter just sensitive data from the payload? Like >>search-and-replace passwords? by the time we get the payload data, it has been converted into JSON and the only way to selectively mask the sensitive payload, we would have to go with a search and replace solution.
I dont like using search and replace because it will only handle one off cases and not be a generic solution. Regardless, created a PR to change default logging behavior in 1.9.x see https://github.com/jclouds/jclouds/pull/834 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/830#issuecomment-126821196
