github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/build/templates/backend/debian/logrotate (about) 1 {{define "main" -}} 2 {{template "Backend.LogrotateFilesTemplate" .}} 3 { 4 rotate 7 5 daily 6 compress 7 missingok 8 notifempty 9 copytruncate 10 } 11 {{end}}