1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/non-free/mongodb/mongodb.logrotate
Drew DeVault 8a901de31f community/mongodb: expunge nonfree software
Upstream has switched to a nonfree license.
2019-04-03 08:49:55 +00:00

13 lines
205 B
Text

# Default log rotation / compression keeps 1 year of logs.
/var/log/mongodb/*.log {
daily
rotate 365
dateext
copytruncate
delaycompress
compress
notifempty
extension gz
sharedscripts
missingok
}