Skip to content

Commit

Permalink
Use a logger to log this exception (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
swetatech24 authored Oct 5, 2023
1 parent 05eaa5f commit c808596
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ public List<BeneficiariesDTO> searchBeneficiaryByBlockIdAndLastModifyDate(Intege
}

} catch (Exception e) {
e.printStackTrace();
logger.error(
"error in beneficiary search for familyId : " + blockID + " error : " + e.getLocalizedMessage());
}
Expand Down

0 comments on commit c808596

Please sign in to comment.