Skip to content

Commit

Permalink
Updates settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-phinizy committed Oct 29, 2024
1 parent 52d747f commit d5a1b4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/3.0/develop/settings-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Settings for for controlling API client behavior

**TOML dotted key path**: `deployments`

### `experiments`
Settings for controlling experimental features

**Type**: [ExperimentsSettings](#experimentssettings)

**TOML dotted key path**: `experiments`

### `flows`

**Type**: [FlowsSettings](#flowssettings)
Expand Down Expand Up @@ -454,7 +461,18 @@ The default Docker namespace to use when building images.
`PREFECT_DEPLOYMENTS_DEFAULT_DOCKER_BUILD_NAMESPACE`, `PREFECT_DEFAULT_DOCKER_BUILD_NAMESPACE`

---
## ExperimentsSettings
Settings for configuring experimental features
### `worker_logging_to_api_enabled`
Enables the logging of worker logs to Prefect Cloud.

**Type**: `boolean`

**Default**: `False`

**TOML dotted key path**: `experiments.worker_logging_to_api_enabled`

---
## FlowsSettings
Settings for controlling flow behavior
### `default_retries`
Expand Down

0 comments on commit d5a1b4f

Please sign in to comment.