This project is not covered by Drupal’s security advisory policy.

Fill the gaps between backups

When your site goes down and you need to restore a backup, you know how painful it can be to try and backfill lost data between the moment of backup and the moment the site went down.

With File-based Entity Log, you can generate a file that is a running log of all entity events (create/update/delete), so that you can review activity up to the moment of the outage, in a format that is separate from your database. The logs can be managed by the module, *or* if you have server access you can use logrotate to manage log rotation.

The modules will start with a log format that is tied to the creator's use case, but we will also go ahead and develop a hook to let developers add their own formats.

Prep data for a migration script

Using Drupal Services or other Drupal REST servers, you can take the log output and feed it to a custom migration script.

Drupal 8

The plan for Drupal 8 is to merge this module into Spectra Analytics. File-based logging will be set up as a reporting option for analytics events.

Supporting organizations: 
Maintains the module, along with occasional updates.

Project information

Releases