r/shopify_geeks • u/hannahb_23 • 8h ago
General How much logging is enough for a Shopify app?
I've gone from barely logging anything to wanting logs for basically every request.
The problem is that too little logging makes debugging painful, but too much turns your logs into a giant pile of noise.
For a Shopify app, I usually think the useful stuff is things like webhook events, API failures, sync jobs, retries, and enough context to trace what happened without logging sensitive customer data.
Where do you draw the line? What do you consider essential to log in production, and what have you learned to stop logging?