Remove * from logs matching pattern

Now we are only going to have one log file that we're interested in
This commit is contained in:
Athanasios Voutsadakis
2017-09-11 11:11:06 +01:00
parent 2492061c63
commit 4b88ec639f

View File

@@ -26,7 +26,7 @@ function configure_aws_logs {
state_file = /home/vcap/logs/awslogs-state
[/home/vcap/logs/app.log]
file = /home/vcap/logs/app.log*.json
file = /home/vcap/logs/app.log.json
log_group_name = paas-${CW_APP_NAME}-application
log_stream_name = {hostname}
EOF