Hello,

I'm hoping someone can clarify some things up for me:

1) When using a file strategy of type="unique", does <append> apply?

2) If <append> applies, does that mean that it'll look for the last
logfile, and append to it if it hasn't met its rotation requirement?
The documentation says:

<append>
     If the log file should be deleted every time the logger is creates
(normally at the start of the applcation) or not and thus the log
entries will be appended. This elements defaults to false.

Which is a little confusing.  Is it saying that setting append=true will
delete the last logfile?

3) Which formatter allows the definition of what format {time} should
use?  Where is the format for {time} described?





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

Reply via email to