on 2020 Jun 11 2:30 PM
DO you know how can we disabling logging in paypal APIService.class. Here all the paypal request and response is getting printed.Which has sensitive customer informations.
Any one faced this and how we can disable this logging
public String makeRequestUsing(APICallPreHandler apiCallPreHandler){
LoggingManager.info(APIService.class, payLoad);
..
.
LoggingManager.info(APIService.class, response);
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.