Hello, I have used the JDBC Appender in the new log4j1.2-rc1 And i noticed the following:
1. It keeps on logging to the console, this causes overload on the system. Here is a sample of what prints on the console: Execute: insert into logTable (message, class, priority, log_date) values ('this is loop number: 0', 'MyApp', 'DEBUG', '2002-04-24 17:50:55,520') Execute: insert into logTable (message, class, priority, log_date) values ('this is loop number: 0', 'MyApp', 'INFO', '2002-04-24 17:50:55,740') Execute: insert into logTable (message, class, priority, log_date) values ('this is loop number: 0', 'MyApp', 'WARN', '2002-04-24 17:50:55,740') 2. The JDBCAppender class does not exsist in the jar file. Thank u Maha __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>