Hello Monks,
I need some wisdom. We have a log file that continuously increases the size . After some months it is grown to 200MB which is difficult to maintain. I want some logrotator so that the if the file grows more than 10mb it will create a new file automatically,
I searched this module in CPAN
use Log::Dispatch::FileRotate;
through PPM.
But as soon I try to run the program intepreter in my window stops and the program closes. I am using 32 bit machine. If there is a good way to solve my task please let me know.
Thanks and regards,
Harihar Pai