commerce_recurring_log
9 sites
No security coverage
As part of the work on Drupal.org Issue #3281646, I created this module to enhance logging and traceability of recurring subscriptions in the system.
This module adds support for logging lifecycle events (such as creation, renewal, cancellation, or failure) directly on the Subscription entity. It helps site administrators and support teams trace what happened and when for each individual subscription.
Key features:
- Adds a log storage mechanism per subscription.
- Provides a user interface to view logs on the subscription edit page.
- Logs are stored as entity logs, revisions but specific to subscription events.
- Enhances the subscription edit form by displaying log entries in a dedicated section.
- Allows easier debugging and tracking of subscription events by administrators.
This module provides visibility into subscription workflows, improving transparency, debugging, and overall reliability of Commerce Recurring subscriptions.
✅ To start using logs, simply enable the module — no further configuration is required. Logging will automatically begin for all subscriptions.