f5875512ac
It seems that emerge solver inject py3.7 also if there is py3.6 installed.
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
# 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
|
|
}
|