Arun Jannela wrote:
> 
> Hi All,
> 
> Is it possible While using RollingFileAppender to create a rolling file
> in a separate folder.
> 
> Like exaple.log creates a exaple.log.1 file in the directory "log"
> My question is  there any option that exapme.log.1 will be placed in
> log/backup/ directory
> 
> Arun

a guy here wrote a version of DailyRollingFileAppender that rolls files 
into dated directories instead of into dated files.  dunno if this would 
help you or not, but we could probably provide it as an example. 
(actually, i think his version puts even today's file into a dated 
directory.  i believe it also supports rolling in a different timezone 
than the default one.)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to