- Issue created by @eelkeblok
The module currently puts no limit on the number of log entries in the system. This may lead to a very large logging table. I have a project where the table for this module is a little over 6GB.
* Enable the module
* Generate a lot of entity operations (sorry, not quite sure how one would do this)
Implement a configuration option and a hook_cron implementation to purge log entries older than a certain age. Offer the following options:
There will be a new configuration option at /admin/config/system/entity_logger
None.
None.
Active
1.0
Code