Commit f5c09fb5 by Kevin Falcone Committed by GitHub

Merge pull request #3245 from edx/jibsheet/more-send-logs-to-s3

More missed s3 sync
parents 91c20b44 93422bce
......@@ -22,8 +22,8 @@
become: True
gather_facts: False
tasks:
- name: Terminate existing s3 log sync
command: /usr/bin/pkill send-logs-to-s3 || true
- name: Terminate existing object store log sync
command: /usr/bin/pkill send-logs-to-object-store || true
- name: "Ensure send-logs-to-object-store script is in the logrotate file"
shell: grep send-logs-to-object-store /etc/logrotate.d/hourly/tracking.log
# We only force a rotation of edx logs.
......
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