Audit Trail Purge
Security covered
Audit ecosystem
This module automatically deletes old audit logs based on a configurable retention period. It runs as a cron job to keep the log database from growing too large.
Admin Audit Trail Purge
The module deletes the old logs generated by Admin Audit Trail module. This module provides admin configuration to set the duration to keep the logs.
Admin configurationAdmin canfiguration form cn be accessed at /admin/config/audit-trail/purge
DependencyThis module has a dependency on Admin Audit Trail module - https://www.drupal.org/project/admin_audit_trail
Cron TaskThis module once enabled, will set a cron job which will run with general cron. This job will delete all the logs which are older than the set number of days in admin config form.