Summary
Debugging creator list queries is difficult without visibility into which filter params were active and how many results came back. A structured log after each creator list query provides this context without enabling verbose query logging.
Scope
- Emit a structured debug log after every
GET /creators query resolves with fields: result_count, filters (object of active filter params), sort, query_duration_ms
- Only include filter keys that were actually provided in the request
- Do not log cursor values
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Debugging creator list queries is difficult without visibility into which filter params were active and how many results came back. A structured log after each creator list query provides this context without enabling verbose query logging.
Scope
GET /creatorsquery resolves with fields:result_count,filters(object of active filter params),sort,query_duration_msAcceptance Criteria
filtersobject contains only active filter paramsquery_duration_msreflects actual query timeETA: 12 hours
Coordinate on Telegram