Chris
05/17/2023, 4:15 PMZanie
Zanie
Chris
05/17/2023, 6:19 PMZanie
cloudwatch_logs_options to override that valueZanie
Zanie
if 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,
                },
            }Zanie
Chris
05/17/2023, 7:22 PMChris
05/17/2023, 7:24 PMZanie
Zanie
Zanie
prefect deployment inspect can you more insight?Chris
05/18/2023, 12:19 PMChris
05/18/2023, 12:20 PMChris
05/18/2023, 7:16 PM