État de développement
Stable
Sites actifs
Développé par
Téléchargement
Dernière mise à jour: 2017-11-14
Works with CiviCRM 4.7 and should work on CiviCRM 5.0 or higher
This extension provides an API that handles purging old scheduled job log records.
It accepts two parameters:
- days_retained (required) = The number of days to retain records for. Any job logs older than that day range are purged.
- api_call (optional) = Only purges logs of a specific type(e.g. job.versionCheck) if explicitly mentioned else deletes all based on the above param. A value of "all" will also purge logs for any API call types.
It will register a scheduled job on installation allowing you to purge old log records automatically.