Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
-
EPAM-Veg Sprint 137
-
0.5
-
Vega
-
Lotus (R1 2022) Bug Fix
-
Implementation coding issue
Description
Replace deprecated org.slf4j.Logger with org.apache.logging.log4j.Logger in GroupedLoanScheduledNoticeHandler to fix missing logs for overnight scheduled notices:
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
private static final Logger log = LogManager.getLogger(MethodHandles.lookup().lookupClass());
The same deprecated logger is used in org.folio.circulation.services.agedtolost.LoanToChargeFees, we should replace it there as well.
TestRail: Results
Attachments
Issue Links
- relates to
-
CIRC-1515 Batched overnight notices not arriving in inbox as expected
-
- Closed
-