How to Trouble Shoot Your Deployment

When errors occur, Quepid logs them and shows a generic page.
However sometimes getting to those logs is difficult, and you just want the message immediately.

You can enable this behavior by setting the follow ENV var:

QUEPID_CONSIDER_ALL_REQUESTS_LOCAL=true

Confirm the setup by visiting /api/test_exception which raises an error and will give you the debugging page "RuntimeError in Api::ApiController#test_exception".