stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Remove stack traces from logged errors #293

Closed AdamVig closed 6 years ago

AdamVig commented 7 years ago

As a Stockpile developer, I want to see errors without stacktraces so that I can scan the logs more efficiently.

This also allows us to get away with using the free tier of PaperTrail, because removing stack traces will reduce the transmitted size of logs by a good amount.

This may require modifying a Restify Bunyan serializer.