Atomikos Forum |
|
Hi.
I've got a webapp running Atmikos. Everything seems ok except for the logging on stdout. When integrated with Hibernate3 I'm seeing thousands of these... about four every sql call: 76080 [dNeeroScheduler_Worker-4] INFO atomikos - createCompositeTransaction ( 10000 ): created new ROOT transaction with id 192.168.1.109.tm0024400008 76080 [dNeeroScheduler_Worker-4] INFO atomikos - commit() done (by application) of transaction 192.168.1.109.tm0024400008 76158 [dNeeroScheduler_Worker-4] INFO atomikos - afterCompletion ( STATUS_COMMITTED ) called on Synchronization: tx=com.atomikos.icatch.jta.TransactionImp@15767957, handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=null, tx=null)] 76158 [dNeeroScheduler_Worker-4] INFO atomikos - suspend() called without a transaction context I've set the following in jta.properties: com.atomikos.icatch.enable_logging=false com.atomikos.icatch.console_log_level=ERROR And in log4j.properties I've set: log4j.logger.com.atomikos=ERROR But the INFO messages on stdout continue. What am I missing to turn them off? Thanks, Joe |