add skynet-webportal-skyd logrotate config
This commit is contained in:
parent
a940f2728f
commit
74b72f4f47
|
@ -0,0 +1,13 @@
|
|||
/home/user/skynet-webportal/docker/data/sia/*.log
|
||||
/home/user/skynet-webportal/docker/data/sia/*/*.log {
|
||||
daily
|
||||
rotate 3650
|
||||
minsize 500M
|
||||
create 644 root root
|
||||
notifempty
|
||||
dateext
|
||||
missingok
|
||||
compress
|
||||
compressoptions --best
|
||||
delaycompress
|
||||
}
|
Reference in New Issue