pulumi-cloud
pulumi-cloud copied to clipboard
Make it possible to keep container logs around for longer than a day
The log group we create for a cloud.Service
in AWS always has a retention of 1 day:
https://github.com/pulumi/pulumi-cloud/blob/9c81b0be41447c7086e7c428a410df009c4a110f/aws/service.ts#L451-L454
We chose a small value because these logs were also diverted to a log collector lambda: https://github.com/pulumi/pulumi-cloud/blob/dd812cbe396a5f3fe3d9dfb33fe7b1c215d14ce0/aws/service.ts#L443-L448
But we removed that in #474.