![]() |
|
more useful options | |
PerlMonks |
Re: Automating File Rotationby ranjan_jajodia (Monk) |
on Sep 15, 2004 at 14:01 UTC ( #391174=note: print w/replies, xml ) | Need Help?? |
On linux you can use cron to change the logfilename. Use a softlink to point to the latest log. Every n minutes create a new file (via cron) and make the softlink to point to the new logfile.
In Section
Seekers of Perl Wisdom
|
|