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);