mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
c85d79bcdb
Add configurable retention policy for audit logs. The DeleteOldAuditLogs query excludes deprecated connection events (connect, disconnect, open, close) which are handled separately by DeleteOldAuditLogConnectionEvents. Disabled (0) by default. Depends on #21021 Updates #20743