Yousef Sultan
07/03/2023, 2:06 AMEmre (Cerbos)
cerbosctl audit https://docs.cerbos.dev/cerbos/latest/cli/cerbosctl.html#audit and let us know if that helps.oguzhan
audit options
audit:
  enabled: true # Set to false to completely disable audit logging.
  accessLogsEnabled: true # Log API access attempts
  decisionLogsEnabled: true # Log policy decisions
logRequestPayloads option (could potentially expose sensitive data if used in production);
server:
  logRequestPayloads: true
Setting the CERBOS_TEST_LOG_LEVEL to debug and CERBOS_DEBUG_ENGINE to true also could help.Yousef Sultan
07/03/2023, 10:08 AM