You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-27 00:51:13 +02:00
update aws to log with milliseconds
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
"options": {
|
||||
"awslogs-group": "{AWS_LOGS_GROUP}",
|
||||
"awslogs-region": "{AWS_REGION}",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
"awslogs-stream-prefix": "ecs",
|
||||
"awslogs-datetime-format": "%Y-%m-%d %H:%M:%S.%f"
|
||||
}
|
||||
},
|
||||
"portMappings": [
|
||||
|
@ -13,7 +13,8 @@
|
||||
"options": {
|
||||
"awslogs-group": "{AWS_LOGS_GROUP}",
|
||||
"awslogs-region": "{AWS_REGION}",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
"awslogs-stream-prefix": "ecs",
|
||||
"awslogs-datetime-format": "%Y-%m-%d %H:%M:%S.%f"
|
||||
}
|
||||
},
|
||||
"portMappings": [
|
||||
|
Reference in New Issue
Block a user