- Notifications
You must be signed in to change notification settings - Fork909
Open
Description
Problem:
We currently do not prune the audit_logs table, so its growth is currently unbounded.
For our internal deployment containing 74_197 rows, this consumes approx. 42MB of space.
Larger deployments with more activity may consume more space.
Solution:
Add the capability for administrators to set a configurable audit log retention period.
By default this should be disabled (i.e. retain all logs forever).