> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Log

Enable Audit Log events and traces.

Audit events are emitted when the audit feature flag is enabled. Persisted audit history also requires internal log storage. Retention, syslog delivery, and HTTP delivery are configured through [Log Delivery and Storage](/en/operator-manual/configuration/features/log-delivery-storage).

### Configuration

| Key                       | Default | Values          | Description                                                    |
| ------------------------- | ------- | --------------- | -------------------------------------------------------------- |
| `features.audit.enabled`  | `true`  | `true`, `false` | Enables Audit Log events and traces.                           |
| `logging.storage.enabled` | `true`  | `true`, `false` | Enables internal structured log persistence for audit history. |

### Example

```yaml theme={null}
features:
  audit:
    enabled: true

logging:
  storage:
    enabled: true
```

Configure log retention and optional syslog or HTTP delivery in [Log Delivery and Storage](/en/operator-manual/configuration/features/log-delivery-storage).
