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.

>2. The JDBCAppender class does not exsist in the jar
>file.

Yes, this is a known problem which was fixed recently.

Thanks, Ceki


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

Reply via email to