]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb.logrotate
fix paths in logrotate file
[packages/mongodb.git] / mongodb.logrotate
1 /var/log/mongodb/*.log {
2         olddir /var/log/archive/mongodb
3         su mongod mongod
4         weekly
5         rotate 10
6         copytruncate
7         delaycompress
8         compress
9         notifempty
10         missingok
11 }
This page took 0.062855 seconds and 3 git commands to generate.