Atomikos Forum

To Reduce Atomikos verbosity in console logs

Hi,

We are using Atomikos 3.7 in our project to manage JDBC updates and JMS in one global XA transaction. We want to reduce the atomikos logging in the console logs to conserve space on disk. Atomikos is logging for each xa transaction in the console logs and this is increasing the log size which is a serious performance limitation for us. We tried with log levels INFO, WARN, ERROR but the verbosity is still not reduced. Please help how can we achieve this.
Raghavender Rao T Send private email
Tuesday, June 07, 2011
 
 
Can you post the first lines in the console file - those that start with 'USING'?

Thanks
Guy Pardon Send private email
Wednesday, June 08, 2011
 
 
INFO  [11 Apr 2011 10:30:35:189] atomikos                      - USING core version: 3.7.0
INFO  [11 Apr 2011 10:30:35:190] atomikos                      - USING com.atomikos.icatch.console_file_name = tm.out
INFO  [11 Apr 2011 10:30:35:191] atomikos                      - USING com.atomikos.icatch.console_file_count = 1
INFO  [11 Apr 2011 10:30:35:192] atomikos                      - USING com.atomikos.icatch.automatic_resource_registration = true
INFO  [11 Apr 2011 10:30:35:193] atomikos                      - USING com.atomikos.icatch.client_demarcation = false
INFO  [11 Apr 2011 10:30:35:193] atomikos                      - USING com.atomikos.icatch.threaded_2pc = false
INFO  [11 Apr 2011 10:30:35:194] atomikos                      - USING com.atomikos.icatch.serial_jta_transactions = false
INFO  [11 Apr 2011 10:30:35:195] atomikos                      - USING com.atomikos.icatch.log_base_dir = ../var/data
INFO  [11 Apr 2011 10:30:35:196] atomikos                      - USING com.atomikos.icatch.console_log_level = INFO
INFO  [11 Apr 2011 10:30:35:197] atomikos                      - USING com.atomikos.icatch.max_actives = 50
INFO  [11 Apr 2011 10:30:35:197] atomikos                      - USING com.atomikos.icatch.checkpoint_interval = 500
INFO  [11 Apr 2011 10:30:35:198] atomikos                      - USING com.atomikos.icatch.enable_logging = true
INFO  [11 Apr 2011 10:30:35:199] atomikos                      - USING com.atomikos.icatch.output_dir = ./
INFO  [11 Apr 2011 10:30:35:200] atomikos                      - USING com.atomikos.icatch.log_base_name = tmlog
INFO  [11 Apr 2011 10:30:35:201] atomikos                      - USING com.atomikos.icatch.console_file_limit = -1
INFO  [11 Apr 2011 10:30:35:201] atomikos                      - USING com.atomikos.icatch.max_timeout = 300000
INFO  [11 Apr 2011 10:30:35:202] atomikos                      - USING com.atomikos.icatch.tm_unique_name = com.atomikos.spring.jdbc.tm
INFO  [11 Apr 2011 10:30:35:203] atomikos                      - USING java.naming.factory.initial = com.sun.jndi.rmi.registry.RegistryContextFactory
INFO  [11 Apr 2011 10:30:35:204] atomikos                      - USING java.naming.provider.url = rmi://localhost:1099

INFO  [11 Apr 2011 10:30:35:203] atomikos                      - USING java.naming.factory.initial = com.sun.jndi.rmi.registry.RegistryContextFactory
INFO  [11 Apr 2011 10:30:35:204] atomikos                      - USING java.naming.provider.url = rmi://localhost:1099
INFO  [11 Apr 2011 10:30:35:205] atomikos                      - USING com.atomikos.icatch.service = com.atomikos.icatch.standalone.UserTransactionServiceFa
ctory
INFO  [11 Apr 2011 10:30:35:206] atomikos                      - USING com.atomikos.icatch.force_shutdown_on_vm_exit = false
Raghavender Rao T Send private email
Thursday, June 09, 2011
 
 
I tried with WARN, ERROR as well but no use.
Raghavender Rao T Send private email
Thursday, June 09, 2011
 
 
You probably have the log4j (of slf4j) logging enabled due to some slf4j jar in the classpath. See http://www.atomikos.com/Documentation/UnderstandingTheLogs#Log4J_Integration for more information.

HTH
Guy Pardon Send private email
Thursday, June 09, 2011
 
 

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

Other recent topics Other recent topics