Task #28276
Refactor logger handling in batch jobmanager to validate once at initialization
Start date:
30/06/2025
Due date:
% Done:
100%
Estimated time:
Description
- Add logger validation in NewJobManager constructor that panics if nil
- Remove all logger nil checks throughout the codebase
- Update test files to pass valid logger instances instead of nil
Updated by Sachin Divekar about 1 month ago
- Subject changed from Refactor logger handling to validate once at initialization to Refactor logger handling in batch jobmanager to validate once at initialization
Updated by Sachin Divekar about 1 month ago
- Status changed from In Progress to Closed
Tested by running examples