How to register API requests in Rails?

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?

+4
source share

Source: https://habr.com/ru/post/1540305/


All Articles