RE: JDBCAppender problem

2010-09-05 Thread Yogesh Rao
Hi Aleksandar, Had a quick look at the config and everything else, they do seem fine... Can you do the following and get back ? 1. Connect to DB and try manually inserting a record using the username and id specified? 2. i see the table name as logs can you try changing this to LOGS.. some

Is DailyRollingFileAppender stable?

2010-09-05 Thread Chris
The javadoc for DailyRollingFileAppender says: DailyRollingFileAppender has been observed to exhibit synchronization issues and data loss. The log4j extras companion includes alternatives which should be considered for new deployments and which are discussed in the documentation for

Re: Is DailyRollingFileAppender stable?

2010-09-05 Thread saurabh.agra...@criticalpath.net
Hi, Yes, you are right. There are few problems reported in API DOC of log4j (the lines you pasted.). We had faced the same issue, and we were not sure if DailyRollingFileAppender will cause any data loss? Instead of that, we had used org.apache.log4j.rolling.RollingFileAppender. Using this