Open
Description
- Currently there is no an easy, tested way to log from wai-servlet apps
- The appropriate features could be
- work with the minimum possible configuration
- integration with java logging, specially within servers
- but avoiding the madness of java log frameworks
- use of existing haskell libraries
- The options could be:
- Make any of the existent haskell libraries work, maybe through a wrapper that integrates java logging
- @NickSeagull has tested
Network.Wai.Middleware.RequestLogger
in wai-extra, that uses in turn fast-logger and it works if you uselogStdOut
- @NickSeagull has tested
- Create a new library, specific for eta to fulfill the features, in the spirit of clojure timbre
- This could be a long time task
- Make any of the existent haskell libraries work, maybe through a wrapper that integrates java logging
- Other useful links
Metadata
Metadata
Assignees
Labels
No labels