12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
/home/user/skynet-webportal/docker/data/pinner/*.log {
|
||
|
daily
|
||
|
rotate 10
|
||
|
minsize 100M
|
||
|
copytruncate
|
||
|
notifempty
|
||
|
dateext
|
||
|
missingok
|
||
|
compress
|
||
|
compressoptions --best
|
||
|
}
|