config buckets

This commit is contained in:
Jim Moffet
2022-06-23 14:08:29 -07:00
parent ddd13b9995
commit e17c26d1f6
5 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ function start_application {
}
function start_aws_logs_agent {
exec aws logs push --region eu-west-1 --config-file /home/vcap/app/awslogs.conf &
exec aws logs push --region us-west-2 --config-file /home/vcap/app/awslogs.conf &
AWSLOGS_AGENT_PID=$!
echo "AWS logs agent pid: ${AWSLOGS_AGENT_PID}"
}