mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +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,6 +1,7 @@
|
||||||
/var/log/mongodb/*.log {
|
/var/log/mongodb/*.log {
|
||||||
weekly
|
weekly
|
||||||
rotate 10
|
rotate 10
|
||||||
|
size 256M
|
||||||
copytruncate
|
copytruncate
|
||||||
delaycompress
|
delaycompress
|
||||||
compress
|
compress
|
||||||
|
|
Loading…
Add table
Reference in a new issue