Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
doc string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluciano committed Apr 2, 2024
1 parent c10eff7 commit 79858b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prefect_aws/workers/ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,9 @@ class ECSVariables(BaseVariables):
description=(
"When `configure_cloudwatch_logs` is enabled, this setting may be used to"
" set a prefix for the log group. If not provided, the default prefix will"
" be `prefect-logs_<work_pool_name>_<deployment_id>`."
" be `prefect-logs_<work_pool_name>_<deployment_id>`. If"
" `awslogs-stream-prefix` is present in `Cloudwatch logs options` this"
" setting will be ignored."
),
)

Expand Down

0 comments on commit 79858b1

Please sign in to comment.