-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Add structured request/response logging for all API routes so ops can debug issues and analyze usage without logging sensitive payloads.
Requirements
- Log for each request: method, path, statusCode, durationMs, requestId (if present)
- Do not log full request body (e.g. passwords, signatures); optionally log sanitized fields (e.g. address prefix)
- Use structured format (JSON) to stdout for log aggregation
- Optional: log response body size only (no content) for large payloads
- Document log format and how to correlate via requestId
Acceptance Criteria
- Logging middleware applied to /api routes
- No secrets or full bodies in logs
- Log format documented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program