29 lines
427 B
INI
29 lines
427 B
INI
|
/opt/mongodb/mongod/log/*.log
|
||
|
{
|
||
|
daily
|
||
|
rotate 10
|
||
|
maxsize 10M
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
copytruncate
|
||
|
postrotate
|
||
|
/usr/bin/docker kill -s SIGUSR1 mongod 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|
||
|
|
||
|
/opt/llmongo/log/*.log
|
||
|
{
|
||
|
daily
|
||
|
maxsize 5M
|
||
|
rotate 8
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
copytruncate
|
||
|
}
|