Enabling tracing with the setTracing method
- Last Updated: August 6, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
You can enable Pool Manager logging by calling
setTracing(true) on the PooledConnectionDataSource
connection. To disable tracing, call setTracing(false) on the connection.
By default, the DataDirect Connection Pool Manager logs its pool activities to
the standard output System.out. You can change where the Pool Manager trace
information is written by calling the setLogWriter() method on the
PooledConnectionDataSource connection.