|
when we specify the
log4perl.appender.Logfile = Log::Dispatch::FileRotate
log4perl.appender.Logfile.max = 5
log4perl.appender.Logfile.size = 10000
how can we specify the place to store the temparary files or rollower file (test.log.1 ,test.log.2...etc) currently it will save in the logfile's location
can anyone help me to solve this problem ???
|