Skip to content

Commit 1f6987c

Browse files
committed
[ES-2409] Added the log to debug status issue
Signed-off-by: pvsaidurga <[email protected]>
1 parent d36a744 commit 1f6987c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mosip-identity-plugin/src/main/java/io/mosip/signup/plugin/mosipid/service/IdrepoProfileRegistryPluginImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ public ProfileResult updateProfile(String requestId, ProfileDto profileDto) thro
215215
identityRequest.setRegistrationId(requestId);
216216

217217
IdentityResponse identityResponse = updateIdentity(identityRequest);
218+
log.info("Received IdentityResponse for requestId {}: {}", requestId, identityResponse);
218219
profileCacheService.setHandleRequestIds(requestId, Arrays.asList(requestId));
219220

220221
ProfileResult profileResult = new ProfileResult();

0 commit comments

Comments
 (0)