Chris
05/17/2023, 4:15 PMZanie
05/17/2023, 4:48 PMChris
05/17/2023, 6:19 PMZanie
05/17/2023, 7:20 PMcloudwatch_logs_options
to override that valueif self.configure_cloudwatch_logs:
container["logConfiguration"] = {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "prefect",
"awslogs-region": region,
"awslogs-stream-prefix": self.name or "prefect",
**self.cloudwatch_logs_options,
},
}
Chris
05/17/2023, 7:22 PMZanie
05/17/2023, 7:36 PMprefect deployment inspect
can you more insight?Chris
05/18/2023, 12:19 PM