Mongo logs shouldnt be over 256MB

This commit is contained in:
Samuel Clay 2021-04-11 12:09:11 -04:00
parent 67b06a73df
commit c7d7764318

View file

@ -1,9 +1,10 @@
/var/log/mongodb/*.log {
weekly
rotate 10
size 256M
copytruncate
delaycompress
compress
notifempty
missingok
}
}