Monitoring & debugging
Every byte of data Graftport touches is inspectable from the UI. There is no separate logging tool — you don’t need it.
Where to look
| If you want to know… | Look at |
|---|---|
| What this run did, end-to-end | The run detail page (/runs/<id>). |
| Why one resource failed | The run item card on that page. Click for errors and counts. |
| What we pulled from the source | Extracted data — linked from the run item. |
| What payload we sent (or would send) to Shopify | Staged records — linked from the run item. |
| Which mapping version produced this payload | The mapping link on the staged record. |
The pages:
- Inspecting run items — the per-resource view with counts, errors, and timing.
- Extracted data — what Graftport pulled and how to filter.
- Staged records — payloads ready to push, with their pending and loaded state.
Last updated on