|
From: Leif M. <le...@ta...> - 2005-06-20 21:19:02
|
Unfortunately no, it not currently possible to do this. It has been a requested feature for quite some time, but I have not yet gotten it implemented. The wrapper log file currently is rolled based on file size then the names come out as wrapper.log wrapper.log.1 wrapper.log.2 etc. #1 is always the most recently rolled file, #2 the next, etc. This was based on the way UNIX systems handle their syslog files. Cheers, Leif Piglet Java wrote: >hello all, > >Im wondering if its possible for the log filename to be dynamic, let's say the current date >appended to the filename? > >example >wrapper_20050616.log >wrapper_20050617.log >wrapper_20050618.log > >thanks, >piglet > > |