File icecast.logrotate of Package icecast
/var/log/icecast/*log {
missingok
notifempty
sharedscripts
postrotate
/sbin/service icecast reload > /dev/null 2>&1 || true
endscript
}
We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.
/var/log/icecast/*log {
missingok
notifempty
sharedscripts
postrotate
/sbin/service icecast reload > /dev/null 2>&1 || true
endscript
}