mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Implement worker_abort server hook
Also update the manifest command to pass the config file in as a parameter and modify the logs agent to start shipping the error log to cloudwatch
This commit is contained in:
@@ -29,6 +29,11 @@ state_file = /home/vcap/logs/awslogs-state
|
||||
file = /home/vcap/logs/app.log.json
|
||||
log_group_name = paas-${CW_APP_NAME}-application
|
||||
log_stream_name = {hostname}
|
||||
|
||||
[/home/vcap/logs/gunicorn_error.log]
|
||||
file = /home/vcap/logs/gunicorn_error.log
|
||||
log_group_name = paas-${CW_APP_NAME}-gunicorn
|
||||
log_stream_name = {hostname}
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user