Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update for PR #1 on prefect-test-2 #5

Open
wants to merge 7 commits into
base: frances/test_promptless1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/3.0/deploy/infrastructure-concepts/workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,10 @@ If a worker misses three heartbeats, it is considered offline. By default, a wor
after it stopped sending heartbeats, but you can configure the threshold with the `PREFECT_WORKER_HEARTBEAT_SECONDS` setting.

### Worker logs
<Warning>This feature is experimental as of Prefect version 3.1.1</Warning>

<span class="badge cloud"></span> Workers can now send logs directly to Prefect Cloud.

To enable this feature, run the command:
```bash
prefect config set PREFECT_EXPERIMENTS_WORKER_LOGGING_TO_API_ENABLED=true
```
See our [profile settings](/3.0/manage/settings-and-profiles/) documentation for more information about changing settings.

Once enabled:
Once connected to Prefect Cloud:
- All worker logs are automatically sent to the Prefect Cloud API
- Logs are accessible through both the Prefect Cloud UI and API
- Each flow run will include a link to its associated worker's logs
Expand Down