core
core copied to clipboard
Log requests
It would be nice if AdonisJS would have something out of the box that allows to log the request and responses received.
After doing some investigation, it looks like there are some libs out there that do this but it would be nice that the framework integrates them:
- https://github.com/hash-id/adonis-request-logger
- https://github.com/adonisjs/adonis-http-logger
Plus, it would help to integrate it with LucidJS or the database driver to track things such as time spent in database, allocations, etc.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.