mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Merge pull request #1212 from alphagov/logging
Letter fixes and multi-process logging
This commit is contained in:
@@ -30,6 +30,6 @@ notifications-python-client==4.3.1
|
||||
awscli>=1.11,<1.12
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@19.0.2#egg=notifications-utils==19.0.2
|
||||
git+https://github.com/alphagov/notifications-utils.git@20.0.0#egg=notifications-utils==20.0.0
|
||||
|
||||
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
|
||||
@@ -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*
|
||||
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