it's in: org.apache.log4j.jdbc.JDBCAppender line ~160 The cvs has the correct version.
Kevin Nate Drake wrote: >> At 07:56 24.04.2002 -0700, you wrote: >> >>> 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') >> >> Thanks for the information. The problem was due to a >> trailing System.out.println statement that I commented >> out. > > > What file/line is this println at so that I can change it? Thanks. > > n > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>