We are already using Zero Logger for structured logging. This issue tracks the following:
1. Documentation:
- Explain how Zero Logger is integrated in the codebase
- Describe log format, levels, and structure
- Document how to view logs in different environments (e.g., dev, staging, prod)
- Include guidelines on logging best practices and adding new logs
2. Feature-level tests:
- Add tests to verify that key flows produce expected logs
- Use mocks/interceptors to validate log output where feasible
Acceptance Criteria