REST Log
This module logs REST API requests and responses - useful in development and troubleshooting REST API issues.
Out of the box it stores the following information:
- Request method
- Request header
- Request URI
- Request cookie
- Request payload
- Response status
- Response header
- Response body
- Response time
There is standard Drupal view with logs available at admin/reports/rest_log.(Reports > REST API Logging)
Configuration:
The module provides a configuration form at /admin/config/development/logging/rest_log.(Configuration > Development > Logging and errors > REST Log settings)
Additional features:
- Auto cleanup for logs older than the Maximum lifetime setting. (30 days by default)
- Include or exclude logs with the same-host referrer HTTP header.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.3.1 | Stable | Oct 17, 2024 |