Description
Application logs are unstructured and lack correlation IDs, making debugging across services difficult. Implement structured logging with trace context propagation.
Acceptance Criteria
Technical Scope
- backend/src/middleware/logger.ts
- backend/src/middleware/requestId.js
- Edge: log volume management, sampling strategies, async context propagation
Description
Application logs are unstructured and lack correlation IDs, making debugging across services difficult. Implement structured logging with trace context propagation.
Acceptance Criteria
Technical Scope