Commit 36b5fb45 by John Jarvis

use the full path

parent da637f74
...@@ -29,7 +29,7 @@ AWS_S3_LOGS_FROM_EMAIL: dummy@example.com ...@@ -29,7 +29,7 @@ AWS_S3_LOGS_FROM_EMAIL: dummy@example.com
AWS_S3_LOG_PATHS: AWS_S3_LOG_PATHS:
- bucket: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-app-logs" - bucket: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-app-logs"
path: "{{ COMMON_LOG_DIR }}/" path: "{{ COMMON_LOG_DIR }}/"
extra_args: "--exclude '*tracking*' --exclude {{ aws_s3_logfile|basename }}" extra_args: "--exclude '*tracking*' --exclude {{ aws_s3_logfile }}"
- bucket: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-app-logs" - bucket: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-app-logs"
path: "/var/log/" path: "/var/log/"
extra_args: "" extra_args: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment