repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git]
/
dev-db
/
mongodb
/
files
/
mongodb.logrotate
blob
f95a438b5b2c7114d05ea6228840939476e4cf0a
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
13
}