Commit bebfdb85 by Kevin Falcone
parent 54e89f13
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
tasks: tasks:
- name: Terminate existing s3 log sync - name: Terminate existing s3 log sync
command: /usr/bin/pkill send-logs-to-s3 || true command: /usr/bin/pkill send-logs-to-s3 || true
- name: "Ensure send-logs-to-s3 script is in the logrotate file" - name: "Ensure send-logs-to-object-store script is in the logrotate file"
shell: grep send-logs-to-s3 /etc/logrotate.d/hourly/tracking.log shell: grep send-logs-to-object-store /etc/logrotate.d/hourly/tracking.log
# We only force a rotation of edx logs. # We only force a rotation of edx logs.
# Forced rotation of system logfiles will only # Forced rotation of system logfiles will only
# work if there hasn't already been a previous rotation # work if there hasn't already been a previous rotation
......
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