15 Jul 19:59
Re: JDBCAppender configuration
From: Thorbjørn Ravn Andersen <thunderaxiom <at> gmail.com>
Subject: Re: JDBCAppender configuration
Newsgroups: gmane.comp.jakarta.log4j.user
Date: 2008-07-15 17:59:58 GMT
Subject: Re: JDBCAppender configuration
Newsgroups: gmane.comp.jakarta.log4j.user
Date: 2008-07-15 17:59:58 GMT
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. -- -- Thorbjørn
RSS Feed