Skip to content

Commit

Permalink
Adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apurbraj committed Jul 5, 2024
1 parent dee066a commit 82412a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public GsmaP2PResponseDto transfer(String tenant, String batchId, String correla
objectMapper.writeValueAsString(requestBody));
logger.info("Client correlation id: " + correlationId);
logger.info("Batch id: " + batchId);
logger.info("Payee DFSP Id: " + payeeDFSPId);
producerTemplate.send("direct:post-transfer", exchange);
Exception cause = exchange.getProperty(Exchange.EXCEPTION_CAUGHT, Exception.class);
if (cause instanceof ClientStatusException) {
Expand Down

0 comments on commit 82412a3

Please sign in to comment.