puma / puma-dev

A tool to manage rack apps in development with puma
BSD 3-Clause "New" or "Revised" License
1.74k stars 105 forks source link

Add error message when an unexpected error exists #73

Open jeroenj opened 8 years ago

jeroenj commented 8 years ago

Thinking out loud but for example a dump of STDERR/STDOUT during the request in the body when an unexpected error occurs would be handy. Right now you'll have to check the puma-dev.log file when an error occurs. The same data could be dumped in the error response.

olivierlacan commented 8 years ago

Exactly what I was about to suggest. Just defaulting to printing the puma start output perhaps?