DCD-997: Jira and BB put audit logs under .../log/audit rather than .../logs/audit.

This commit is contained in:
Steve Smith
2020-05-05 14:47:30 +10:00
parent 14c067ec8f
commit 6d634cfc15

View File

@@ -43,6 +43,8 @@ atl_product_logs_default: &logs_default
type: product
- path: "{{ atl_product_home }}/logs/audit/*"
type: audit
- path: "{{ atl_product_home }}/log/audit/*"
type: audit
- path: "/var/log/ansible-bootstrap.log"
type: provisioning
- path: "/var/log/cfn-*.log"