mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Mongo logs shouldnt be over 256MB
This commit is contained in:
parent
67b06a73df
commit
c7d7764318
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
/var/log/mongodb/*.log {
|
||||
weekly
|
||||
rotate 10
|
||||
size 256M
|
||||
copytruncate
|
||||
delaycompress
|
||||
compress
|
||||
notifempty
|
||||
missingok
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue