Skip to content

Instantly share code, notes, and snippets.

@imbolc
imbolc / mongodb
Last active August 13, 2016 08:03 — forked from srpouyet/mongodb
Mongodb logrotate on debian Jessie
# Put this in /etc/logrotate.d/mongodb
# http://stackoverflow.com/questions/5004626/mongodb-log-file-growth
/var/log/mongodb/*.log {
daily
rotate 30
compress
dateext
missingok
notifempty