It seems that in v1.61.1 audit logs are no longer being emitted.
I have this config:
audit:
events:
- "*:*"
sinks:
log:
enabled: true
file: '/var/opt/flipt/audit.log'
encoding: json
and every version up to v1.61.0 would emit audit logs as expected.
Something in v1.61.1 seems to have broken the audit logs (no longer emitted). Tried both emitting to console and file and neither works in v1.61.1 but work just fine in previous versions.
Standard log messages are logged just fine.
I don't see any error log messages that might indicate a problem, the audit logs are simply not being emitted.
It seems that in v1.61.1 audit logs are no longer being emitted.
I have this config:
and every version up to v1.61.0 would emit audit logs as expected.
Something in v1.61.1 seems to have broken the audit logs (no longer emitted). Tried both emitting to console and file and neither works in v1.61.1 but work just fine in previous versions.
Standard log messages are logged just fine.
I don't see any error log messages that might indicate a problem, the audit logs are simply not being emitted.