Commit fba59793 authored by shishir suman's avatar shishir suman
Browse files

Adding logs

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -231,6 +231,7 @@ public class UserService {
logger.info("RC response - {}", result);
return result.getBody();
} catch (Exception e) {
logger.error("Error in finding user in RC", e);
throw new RcUserManagementException("Unable to check user existence", ErrorCode.RC_UM_004, e.getMessage());
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment