mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -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
|
||||
|
||||
[/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
|
||||
|
||||
Reference in New Issue
Block a user