DailyRollingFileAppender starts by logging to "file.log" and
eventually renames that file to "file.log.YYYY-MM-DD" (as
appropriate to the timing) and begins logging to a fresh
version of "file.log".  Why do this rather than start
logging to file "file.log.YYYY-MM-DD" in the first place so
that all files including the current file are date tagged?
Either this was an arbitrary design choice, or I'm not
seeing some vital importance to having the file currently
logged to always be the same -- I'm guessing the latter so
please enlighten me.

Kevin



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

Reply via email to