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