Add JSON logging to loadtesting (#24808)
This commit is contained in:
@@ -132,6 +132,10 @@ resource "aws_ecs_task_definition" "backend" {
|
||||
}
|
||||
]
|
||||
environment = concat([
|
||||
{
|
||||
name = "FLEET_LOGGING_JSON"
|
||||
value = "true"
|
||||
},
|
||||
{
|
||||
name = "FLEET_MYSQL_USERNAME"
|
||||
value = module.aurora_mysql.cluster_master_username
|
||||
|
||||
Reference in New Issue
Block a user