-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
apiPublic or internal API design, request/response contracts, and endpoint behavior.Public or internal API design, request/response contracts, and endpoint behavior.backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.observabilityLogging, monitoring, auditing, metrics, and visibility into system behavior.Logging, monitoring, auditing, metrics, and visibility into system behavior.
Description
Description
Log incoming API requests for all Master Resume endpoints,
including actor context and request metadata.
APIs Covered
POST /api/master-resume/create
POST /api/master-resume/create/text
PUT /api/master-resume/update
GET /api/master-resume/view
DELETE /api/master-resume/delete
Acceptance Criteria
- HTTP method, endpoint, and user context logged
- request_id attached to all log entries
- Sensitive payloads are not logged
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiPublic or internal API design, request/response contracts, and endpoint behavior.Public or internal API design, request/response contracts, and endpoint behavior.backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.observabilityLogging, monitoring, auditing, metrics, and visibility into system behavior.Logging, monitoring, auditing, metrics, and visibility into system behavior.