> ## 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

Store Audit Log events & traces.

### Configuration

| Key       | Default | Values          | Description                     |
| --------- | ------- | --------------- | ------------------------------- |
| `enabled` | `true`  | `true \| false` | Store Audit Log events & traces |

### Example

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