16 Jul 08:24
Re: JDBCAppender configuration
From: Johannes Hoechstaedter <j.hoechstaedter <at> memocomp.de>
Subject: Re: JDBCAppender configuration
Newsgroups: gmane.comp.jakarta.log4j.user
Date: 2008-07-16 06:24:12 GMT
Subject: Re: JDBCAppender configuration
Newsgroups: gmane.comp.jakarta.log4j.user
Date: 2008-07-16 06:24:12 GMT
Thorbjørn Ravn Andersen schrieb: > Johannes Hoechstaedter skrev den 15-07-2008 16:20: >> Hi everybody, >> >> I am up to build a coocon webapplication, and I am using the >> JDBCAppender for logging. It works quite well. My only problem is, >> that when I switch on the loggin in debug mode, my application is as >> fast as a snail because of the heavy database traffic. How can I >> solve that? I need the debug mode, because on other modes like info or > Without having used it, I would suspect that you have autocommit on > (the default) on your JDBC-connection. > Yeah you are right, when you look into the sources, the JDBC-Appender commits by default. cheers
RSS Feed