Hi All,

I have two programs that will run concurrently to write logs into the same
log file. I am using log4j-1.2.16.jar and place log4j.xml inside my
application .jar file.

The two programs will write logs into the file for 5 minutes and I am using
DailyRollingFileAppender to rolled the log files every minutes. The problem
is the log file is not rolled over and encounter error message "failed to
rename the file...". Why is it so? 

But when I run one program only, everything is fine.

Does Log4j's DailyRollingFileAppender does not support more than one
application that run simultaneosly to log file into same destination? 

Thank you.

:D
-- 
View this message in context: 
http://old.nabble.com/Log4J-DailyrollingFileAppender-Issue-tp33105755p33105755.html
Sent from the Log4j - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to