Favicon

Re: JDBCAppender configuration

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

Gmane