Commit 91c20b44 by Kevin Falcone Committed by GitHub

Merge pull request #3244 from edx/jibsheet/check-for-new-name-of-syncing-script

Missed rename of a file
parents 54e89f13 19678025
...@@ -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
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
- "edx-services" - "edx-services"
# This catches the case where tracking.log is 0b # This catches the case where tracking.log is 0b
- name: Sync again - name: Sync again
command: /edx/bin/send-logs-to-s3 -d "{{ COMMON_LOG_DIR }}/tracking/*" -b "{{ COMMON_OBJECT_STORE_LOG_SYNC_BUCKET }}/logs/tracking" command: /edx/bin/send-logs-to-object-store -d "{{ COMMON_LOG_DIR }}/tracking/" -b "{{ COMMON_OBJECT_STORE_LOG_SYNC_BUCKET }}/logs/tracking"
- name: Run minos verification - name: Run minos verification
hosts: "{{TARGET}}" hosts: "{{TARGET}}"
......
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