app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git] / dev-db / mongodb / files / mongodb.logrotate
blobf95a438b5b2c7114d05ea6228840939476e4cf0a
1 # Default log rotation / compression keeps 1 year of logs.
2 /var/log/mongodb/*.log {
3         daily
4         rotate 365
5         dateext
6         copytruncate
7         delaycompress
8         compress
9         notifempty
10         extension gz
11         sharedscripts
12         missingok