Hi;
rotate 730 I want to record log 2 years
Is it below as appropriate ?
/home/httpd/*/stats/*_log
/home/*/__processed_stats/*_log
/usr/local/lxlabs/kloxo/log/*
{
daily
rotate 730
#create 0664 apache apache
compress
notifempty
missingok
sharedscripts
postrotate
sh /scripr/restart-web -y >/dev/null 2>&1 || true
sh /scripr/restart -y >/dev/null 2>&1 || true
endscript
}