It would be nice if the customer (or the reseller configuring a customer) can add custom logrotation configs.
Currently i maintain one file in /etc/logrotate.d/ to setup rotation for my magento customers like this:
# Customer: xxx: Magento Logs
/var/www/virtual/xxx/htdocs/var/log/*.log {
su vu2009 vu2009
weekly
missingok
rotate 4
compress
delaycompress
notifempty
mail my@mail
mailfirst
sharedscripts
}
If there would be a textarea for editing this... wooooooooooa
For customer level configs the su directive should be forbidden / set automatically of course
What you think?