Skip to content

[Bug]: No audit logs in v1.61.1 #6279

Description

@pn-santos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions