Atomikos Forum

Turn off INFO logging to stdout?

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
Joe Reger Send private email
Saturday, October 25, 2008
 
 
We don't print to stdout, not sure why you get this.

Regarding the level:

com.atomikos.icatch.enable_logging=false -> turns off transaction commit logging, not what you want

com.atomikos.icatch.console_log_level=ERROR -> try WARN
Guy Pardon Send private email
Sunday, October 26, 2008
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics