mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
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:
@@ -26,7 +26,7 @@ function configure_aws_logs {
|
|||||||
state_file = /home/vcap/logs/awslogs-state
|
state_file = /home/vcap/logs/awslogs-state
|
||||||
|
|
||||||
[/home/vcap/logs/app.log]
|
[/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_group_name = paas-${CW_APP_NAME}-application
|
||||||
log_stream_name = {hostname}
|
log_stream_name = {hostname}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user