substanced
substanced copied to clipboard
Implement audit log archival
Currently audit events fall out of the audit log when it outgrows its max size. It's possible to archive these events.
@mdonc Would you store the archived entries in a separate db, or in the audit db under a new key? (or something else entirely?) I'd be up for taking a shot at implementing it.
Is there any reason to not keep all event in the audit log? Performance?