11 lines
169 B
Cheetah
11 lines
169 B
Cheetah
{{- if (lookPath "juicefs") -}}
|
|
/var/log/juicefs.log {
|
|
daily
|
|
rotate 7
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|
|
{{- end -}}
|