Skip to content

Commit

Permalink
MOSIP-35176 Added debug log
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
  • Loading branch information
kameshsr committed Oct 1, 2024
1 parent eaed66d commit 6c0da88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SubscriberClientImpl
public SubscriptionChangeResponse subscribe(SubscriptionChangeRequest subscriptionRequest) {
// TODO code duplicacy remove
// TODO retries on redirect
System.out.println("i am subscribe method");
LOGGER.info("i am subscribe method");
verifySubscribeModel(subscriptionRequest);
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_FORM_URLENCODED);
Expand Down

0 comments on commit 6c0da88

Please sign in to comment.