2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00

add prefix as removing it will also strip container name

This commit is contained in:
Frederik Ring 2019-11-04 23:18:32 +01:00
parent 6d6e28967d
commit 4826c1ac33
2 changed files with 8 additions and 4 deletions

View File

@ -24,7 +24,8 @@
"options": { "options": {
"awslogs-create-group": true, "awslogs-create-group": true,
"awslogs-group": "production", "awslogs-group": "production",
"awslogs-region": "eu-central-1" "awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "proxy"
} }
} }
}, },
@ -42,7 +43,8 @@
"options": { "options": {
"awslogs-create-group": true, "awslogs-create-group": true,
"awslogs-group": "production", "awslogs-group": "production",
"awslogs-region": "eu-central-1" "awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "server"
} }
} }
} }

View File

@ -25,7 +25,8 @@
"options": { "options": {
"awslogs-create-group": true, "awslogs-create-group": true,
"awslogs-group": "staging", "awslogs-group": "staging",
"awslogs-region": "eu-central-1" "awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "proxy"
} }
} }
}, },
@ -43,7 +44,8 @@
"options": { "options": {
"awslogs-create-group": true, "awslogs-create-group": true,
"awslogs-group": "staging", "awslogs-group": "staging",
"awslogs-region": "eu-central-1" "awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "server"
} }
} }
} }