1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-07-15 01:34:32 +02:00

remove awslogs-datetime-format from ecs task def

This commit is contained in:
Lee Brown
2019-08-13 20:47:51 -08:00
parent edfb706200
commit e7b403936b
2 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,7 @@
"options": {
"awslogs-group": "{AWS_LOGS_GROUP}",
"awslogs-region": "{AWS_REGION}",
"awslogs-stream-prefix": "ecs",
"_awslogs-datetime-format": "%Y\/%m\/%d %H:%M:%S.%L"
"awslogs-stream-prefix": "ecs"
}
},
"portMappings": [

View File

@ -13,8 +13,7 @@
"options": {
"awslogs-group": "{AWS_LOGS_GROUP}",
"awslogs-region": "{AWS_REGION}",
"awslogs-stream-prefix": "ecs",
"_awslogs-datetime-format": "%Y\/%m\/%d %H:%M:%S.%L"
"awslogs-stream-prefix": "ecs"
}
},
"portMappings": [