Geronimo logging for connection pool events

2009-11-26 Thread andyhan

I have a database connection pool of type TranQL Generic JDBC Resource
Adapter with oracle.jdbc.OracleDriver.
We need to monitor all about connection life-cycle: when they were open and
closed.

How can I configure server-log4j.properties so that this information appears
in log? 

This doesn't work:
log4j.logger.oracle.jdbc.pool.OracleConnectionCacheManager=INFO
log4j.logger.org.tranql.connector.jdbc.AbstractLocalDataSourceMCF=INFO
log4j.logger.apache.geronimo.connector.outbound.MCFConnectionInterceptor=INFO

If not configurable: Is there any possibility do it another way?
-- 
View this message in context: 
http://old.nabble.com/Geronimo-logging-for-connection-pool-events-tp26528939s134p26528939.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Geronimo logging for connection pool events

2009-11-26 Thread chi runhua
You may refer to [1] to see whether it helps.

http://cwiki.apache.org/GMOxDOC22/configuring-application-specific-logging-with-log4j.html

Jeff C

On Thu, Nov 26, 2009 at 8:43 PM, andyhan a.luben...@gmx.de wrote:


 I have a database connection pool of type TranQL Generic JDBC Resource
 Adapter with oracle.jdbc.OracleDriver.
 We need to monitor all about connection life-cycle: when they were open and
 closed.

 How can I configure server-log4j.properties so that this information
 appears
 in log?

 This doesn't work:
 log4j.logger.oracle.jdbc.pool.OracleConnectionCacheManager=INFO
 log4j.logger.org.tranql.connector.jdbc.AbstractLocalDataSourceMCF=INFO

 log4j.logger.apache.geronimo.connector.outbound.MCFConnectionInterceptor=INFO

 If not configurable: Is there any possibility do it another way?
 --
 View this message in context:
 http://old.nabble.com/Geronimo-logging-for-connection-pool-events-tp26528939s134p26528939.html
 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.