---
title: "How to Trouble Shoot Your Deploy"
url: "https://quepid-docs.dev.o19s.com/2/quepid/56/how-to-trouble-shoot-your-deploy"
---

# 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".

