I can’t find where I can see logging for debugging my custom app on the production site. In dev I know and it works…
Topic summary
Problem: A developer cannot find where to view logs to debug a custom app in production, though logging works in development.
Suggested approach: Check and read your app’s server/hosting logs for production. Optionally integrate an external logging/aggregation service (e.g., Axiom, Logflare, Papertrail) to stream, centralize, and search logs.
Status: No confirmation of resolution; next step is to set up server-side logging or connect a log service for production monitoring.
You need to look into using server logs for your app and where you’re hosting it. You can either read through the logs or use an external service like Axiom, Logflare or Papertrail to have a stream of your logs.