Add audit logging with weekly rotation

This commit is contained in:
2026-02-08 00:54:29 +03:00
parent 61236b9d60
commit a221393858
5 changed files with 137 additions and 1 deletions

View File

@@ -22,6 +22,12 @@ alerts:
smart_cooldown_sec: 21600
smart_temp_warn: 50
audit:
enabled: true
path: "/var/server-bot/audit.log"
rotate_when: "W0"
backup_count: 8
arcane:
base_url: "http://localhost:3552"
api_key: "arc_..."