Location: backend/src/middleware/logging.rs No detailed request logging for debugging. Acceptance Criteria: - Log all HTTP requests - Include headers (sanitize auth) - Log response status and latency - Structured JSON logs - Log rotation policy
Location: backend/src/middleware/logging.rs
No detailed request logging for debugging.
Acceptance Criteria: