Rails API Logger
An Inbound and Outbound requests logger for your Rails application
No ratings yet
- Gem
- rails_api_logger
- Repository
- renuo/rails_api_logger
- License
- MIT
- Stars
- 69
- Added
- August 17, 2026
About
An Inbound and Outbound requests logger for your Rails application
The Rails API logger gem introduces a set of tools to log and debug API requests.
What you get
- path the path/url invoked
- method the method used to invoke the API (get, post, put, etc...)
- request_body what was included in the request body
- response_body what was included in the response body
- response_code the HTTP response code of the request
- started_at when the request started
- ended_at when the request finished
Installing it
ruby
# Gemfile
gem "rails_api_logger"
Details
69 stars on GitHub · MIT licensed · maintained by renuo. Source: https://github.com/renuo/rails_api_logger
Discussion (0)
Sign in to join the discussion.
No comments yet.