]> git.pld-linux.org Git - packages/mongodb.git/blame - mongodb.logrotate
- added. NFY
[packages/mongodb.git] / mongodb.logrotate
CommitLineData
69fbae1d 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.031258 seconds and 4 git commands to generate.