8. Logging and Error Reporting
Description: Log all actions and errors in JSON format.
Tasks:
- Read the README carefully to ensure logging matches project requirements.
- Implement logging in
photosort/logging/logger.py.
- Ensure all modules use centralized logging.
- Write tests for log output and error handling.
- Lint and type check.
8. Logging and Error Reporting
Description: Log all actions and errors in JSON format.
Tasks:
photosort/logging/logger.py.