enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

Add job to clean up audit log #8439

Closed gbbirkisson closed 3 years ago

gbbirkisson commented 4 years ago

Add job that cleans audit logs that are older than X days. Retention set in configuration files.

rymsha commented 4 years ago

We never run periodical tasks (cron like) in XP core before. Even vacuum doesn't run automatically.

It is a good app candidate that would use lib-cron. There are some challenges:

alansemenov commented 4 years ago

We have added this to our Roadmap. Has to be thoroughly analysed before we begin. Putting this to Backlog and assigning to @rymsha so that it doesn't get lost.

rymsha commented 3 years ago

depend on #8596

rymsha commented 3 years ago

8719 should give s possibility for initial configuration.

We need to come up with decent default config

rymsha commented 3 years ago

Implementation notes: