Skip to main content

Debugging

There are a couple of places to look for debugging

Sentry

This should be your first choice if there's an unexpected error raised. Most of our new projects have sentry configured, older ones may not

SSH and Logs

You need the project's ec2 instance ssh key for this

Run just tail_beanstalk to view the logs in real time, or use the command ./scripts/beanstalk ssh to enter the instance directly. You may access /var/log to view the instance logs.

Build failures

Check github actions artifacts for details on build failures. The artifacts should contain the elastic beanstalk logs