haskell-servant / haskell-servant/servant
Handle application exceptions with 500 errors
Open
newcomer-friendly
servant-server
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
In https://github.com/yesodweb/wai/issues/496#issuecomment-167382191 @snoyberg suggests that application errors should not get to the logger middleware and rather get caught by the application itself.
#303 is also related.
I do not have a good understanding of where the handling should happen so I am filing this issue to at least open a discussion.
Contributor guide
Assessment
This issue has not been assessed yet.