]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb.logrotate
ac11647460bdb02ade22a18165e16ec2ecc661cd
[packages/mongodb.git] / mongodb.logrotate
1 /var/log/mongo/*.log {
2   weekly
3   rotate 10
4   copytruncate
5   delaycompress
6   compress
7   notifempty
8   missingok
9 }
10
11
This page took 0.052286 seconds and 3 git commands to generate.