DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10560>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10560

DailyRollingAppender does not roll each period





------- Additional Comments From [EMAIL PROTECTED]  2003-09-12 17:26 -------
If two servers are writing on the same log file, when the time comes to remame 
the file, the first server that tries to rename the file fails because the 
other server is locking (still writing) the file.

In this case you loose log information, up to the time the other server rename 
the file.

This happen often during the night because servers are inactive and the rename 
procedure is executed at the first request after the rool-over period has been 
reached (that can be much later).

Personal note:

The appender should write directly on a file named with the data in it 
(file.<date>.log and simply open a new file when time comes to switch.

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

Reply via email to