From 79858b145c89894e8c79d32f68826444b44a2e47 Mon Sep 17 00:00:00 2001 From: jeanluciano Date: Tue, 2 Apr 2024 10:41:17 -0500 Subject: [PATCH] doc string formatting --- prefect_aws/workers/ecs_worker.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prefect_aws/workers/ecs_worker.py b/prefect_aws/workers/ecs_worker.py index 14f72164..917d8bab 100644 --- a/prefect_aws/workers/ecs_worker.py +++ b/prefect_aws/workers/ecs_worker.py @@ -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__`." + " be `prefect-logs__`. If" + " `awslogs-stream-prefix` is present in `Cloudwatch logs options` this" + " setting will be ignored." ), )