mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
High-performance, schema-free document-oriented database http://www.mongodb.org ref #1182
13 lines
205 B
Text
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
|
|
}
|