Needs review
Project:
REST Log
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2025 at 08:32 UTC
Updated:
24 Apr 2025 at 09:16 UTC
Jump to comment: Most recent
The REST log module stores the URL that was called, including parameters, but doesn't store the actual resource ID that was called.
Storing the resource ID will allow us to do more complex analysis on the logs, such as performance logs per resource ID when combined with the request method, which is already stored.
- Add the REST resource ID to the logs
- Expose the REST resource ID in the views, and allow it to be searched on
- Adds the new field for the rest resource id to the entity
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jkingsnorth commentedComment #4
jkingsnorth commentedComment #5
jkingsnorth commentedTests pass - ready for review.