Hi, i am using cassandra 4.1 and i want activate audit logging. I set the following values in cassandra.yml and expect that logging starts after the next cassandra start: audit_logging_options: enabled: true logger: - class_name: FileAuditLogger included_categories: DCL, ERROR, AUTH
After startup it is also logging: AuditLogManager.java:77 - Audit logging is enabled. But when i emit an event that should appear in the audit log (i.e. try login with wrong password), i do not see it. I have to explicitly enable it via nodetool for the audit logs to be seen. After cassandra restart it seems to be disabled again. Anyone also came across that? Thx, Sebastian.