Commit 1c434735 by Kevin Falcone

Merge pull request #2529 from edx/jibsheet/rotate-mongo-logs

Rotate mongodb.log and serverStatus.log independently
parents 0cf35b71 20fb8284
{{ mongo_log_dir }}/*.log {
{{ mongo_log_dir }}/serverStatus.log {
create
compress
copytruncate
delaycompress
dateext
dateformat -%Y%m%d-%s
missingok
notifempty
daily
rotate 90
size 1M
}
{{ mongo_log_dir }}/mongodb.log {
create
compress
copytruncate
......
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