File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1061,7 +1061,7 @@ exports[`The RenderingCDKStack matches the snapshot 1`] = `
1061
1061
},
1062
1062
{
1063
1063
" Key" : " access_logs.s3.prefix" ,
1064
- " Value" : " ELBLogs/ frontend/article-rendering/PROD " ,
1064
+ " Value" : " application-load-balancer/PROD/ frontend/article-rendering" ,
1065
1065
},
1066
1066
{
1067
1067
" Key" : " idle_timeout.timeout_seconds" ,
Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ export class RenderingCDKStack extends CDKStack {
210
210
} ,
211
211
accessLogging : {
212
212
enabled : true ,
213
- prefix : `ELBLogs/${ guStack } /${ guApp } /${ stage } ` ,
213
+ // This is the prefix pattern DevX assume so that the logs can be shown on the Availability dashboard.
214
+ prefix : `application-load-balancer/${ stage } /${ guStack } /${ guApp } ` ,
214
215
} ,
215
216
applicationLogging : {
216
217
enabled : true ,
You can’t perform that action at this time.
0 commit comments