Commit d03bdb9a by Kevin Falcone Committed by GitHub

Merge pull request #3862 from edx/jibsheet/fewer-mongo-logs

We found once a minute too frequent for these for splunk
parents 0b6f299c 995f78b9
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
- name: add serverStatus logging script to cron - name: add serverStatus logging script to cron
cron: cron:
name: mongostat logging job name: mongostat logging job
minute: "*/3"
job: /edx/bin/log-mongo-serverStatus.sh >> {{ mongo_log_dir }}/serverStatus.log 2>&1 job: /edx/bin/log-mongo-serverStatus.sh >> {{ mongo_log_dir }}/serverStatus.log 2>&1
become: yes become: yes
when: MONGO_LOG_SERVERSTATUS when: MONGO_LOG_SERVERSTATUS
......
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