Description
Logs are unstructured making debugging across services difficult. Implement structured logging with correlation IDs and log levels.
Acceptance Criteria
Technical Scope
- api/src/middleware/logger.ts
- oracle/src/
- api/src/middleware/requestId.js
- Edge: async context propagation, log volume management, sensitive field detection
Description
Logs are unstructured making debugging across services difficult. Implement structured logging with correlation IDs and log levels.
Acceptance Criteria
Technical Scope