I have a Rails application that has an API in / api / v 1 / ...
I would like to be able to record all requests that are executed in the API, and I know that they are in the log file, but is there an alternative so that all requests can be saved forever?
How do you deal with this in Rails?
source
share