haskell-servant / haskell-servant/servant
How can I make Servant to put information regarding the handler that was used to serve a particular request into the log?
Open
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
I am using the logging method outlined in this post
https://github.com/algas/haskell-servant-cookbook/blob/master/doc/Logger.md
Is there any way Servant can be made to include the details of the Handler used, in the Response structure, so that the middleware can put such details into the log?
Contributor guide
Assessment
This issue has not been assessed yet.