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

# LogActionConfig

Configuration for defining log actions

## Import

```python theme={null}
from vastai import LogActionConfig
```

## Fields

<ParamField path="on_load" type="list[str]" default="[]">
  on\_load
</ParamField>

<ParamField path="on_error" type="list[str]" default="[]">
  on\_error
</ParamField>

<ParamField path="on_info" type="list[str]" default="[]">
  on\_info
</ParamField>

## Properties

### log\_actions

```python theme={null}
log_actions -> list[LogAction]
```
