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=17201>.
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=17201

DailyRollingFileAppender and multi-instance

           Summary: DailyRollingFileAppender and multi-instance
           Product: Log4j
           Version: 1.2
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Appender
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


hi,
i am using log4j in my application with DailyRollingFileAppender (change the 
log file name every day).
I have multi application logging in the same file (each application has their 
own log4j properties files,they all use the same DailyRollingFileAppender ).
I know in case of multi application logging in the same file ,we can use the 
socketAppender,but i have tried to don't use the socketappender.
this is the matter ,i have found :
when a start all the application ,all the log from all the application are 
logged in the good log file.But when the rolling happen,just one application 
continue to log in the good file (the one who created the backup files) and for 
the others applications ,they continue to write log in the backup file ,either 
the log message are lost.

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

Reply via email to