github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/packager/templates/debian/global/choria-logrotate (about)

     1  /var/log/{{cpkg_name}}-*.log
     2  /var/log/{{cpkg_name}}.log
     3  {
     4    daily
     5    copytruncate
     6    notifempty
     7    missingok
     8    rotate 10
     9  }