Error classification in Heroku

Troubleshooting a distributed application could be a major concern for most developers. Distributed logs, multiple jobs, and more than one user interface can cause sleepless nights for someone trying to troubleshoot an application. So, it becomes very important that the execution environment of your application provides enough clues about the potential cause of an error or fatal situation. Heroku application errors usually appear as error pages for the user when a web request is made. Heroku will return a standard error page with the HTTP status code 503. On top of that, Heroku adds custom error information to the application log.

The Heroku platform uses the following conventions to classify various types of these ...

Get Heroku Cloud Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.