new pinner logrotate config
This commit is contained in:
parent
2ea337a3b0
commit
b2313c602a
|
@ -0,0 +1,11 @@
|
|||
/home/user/skynet-webportal/docker/data/pinner/*.log {
|
||||
daily
|
||||
rotate 10
|
||||
minsize 100M
|
||||
copytruncate
|
||||
notifempty
|
||||
dateext
|
||||
missingok
|
||||
compress
|
||||
compressoptions --best
|
||||
}
|
Reference in New Issue