mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
10 lines
168 B
Text
10 lines
168 B
Text
/var/log/mongodb/*.log {
|
|
weekly
|
|
rotate 10
|
|
size 256M
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
}
|