minus0,
Why don't you set up a cron job to rotate the logs around 11:30pm when the apps restarted. Here's a script we use for some log files that are constant (it originally came from Netscape log rotate);
DATE=`date +%y%m%d`
LOGDIR=/usr/local/logs
LOGS='app1.log app2.log app3.log app4.log'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.