Skip to content

Commit

Permalink
Merge pull request #1812 from Khuddusshariff0022/1.1.5.5_Mosip_30470_…
Browse files Browse the repository at this point in the history
…invalid_input_parameter

[Mosip-30470] Removing logs added to test the retrying functionality
  • Loading branch information
vishwa-vyom authored Dec 21, 2023
2 parents 3296100 + 5f637d4 commit 514faba
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ public MessageDTO process(MessageDTO object) {
.getErrors().get(0).getErrorCode().equalsIgnoreCase(INVALID_INPUT_PARAMETER_ERROR_CODE)) {
for (int i = 0; i < maxRetrycount; i++) {
regProcLogger.info(StatusUtil.INVALID_INPUT_PARAMETER.getMessage()+":"+StatusUtil.INVALID_INPUT_PARAMETER.getCode()+", Retrying "+(i+1)+" times");
// This log will remove later after testing why iteration is not happening in
// server before this fix
regProcLogger.info(LoggerFileConstant.SESSIONID.toString(),
LoggerFileConstant.REGISTRATIONID.toString(), registrationId,
idResponseDTO.toString());
idResponseDTO = sendIdRepoWithUin(registrationId,
registrationStatusDto.getRegistrationType(), demographicIdentity,
uinField, description);
Expand Down

0 comments on commit 514faba

Please sign in to comment.