Skip to content

Commit

Permalink
Added logger
Browse files Browse the repository at this point in the history
Signed-off-by: dhanendra06 <dhanendra.tech@gmail.com>
  • Loading branch information
dhanendra06 committed Feb 11, 2025
1 parent 21fa9b6 commit d5e5215
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public Object getCertificate(String applicationId, Optional<String> referenceId,
public <T> T postApi(String uri, MediaType mediaType, HttpEntity<?> requestEntity,
Class<T> responseClass) throws Exception {
try {
logger.info(LoggerFileConstant.SESSIONID.toString(), LoggerFileConstant.APPLICATIONID.toString(),
LoggerFileConstant.APPLICATIONID.toString(), uri);
return webClient.post()
.uri(uri)
.headers(httpHeaders -> {
Expand Down

0 comments on commit d5e5215

Please sign in to comment.