change skyd logrotate to copytruncate
This commit is contained in:
parent
919d22b314
commit
2ea337a3b0
|
@ -1,13 +1,12 @@
|
||||||
/home/user/skynet-webportal/docker/data/sia/*.log
|
/home/user/skynet-webportal/docker/data/sia/*.log
|
||||||
/home/user/skynet-webportal/docker/data/sia/*/*.log {
|
/home/user/skynet-webportal/docker/data/sia/*/*.log {
|
||||||
daily
|
daily
|
||||||
rotate 3650
|
rotate 10
|
||||||
minsize 500M
|
minsize 100M
|
||||||
create 644 root root
|
copytruncate
|
||||||
notifempty
|
notifempty
|
||||||
dateext
|
dateext
|
||||||
missingok
|
missingok
|
||||||
compress
|
compress
|
||||||
compressoptions --best
|
compressoptions --best
|
||||||
delaycompress
|
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue