skip to main content
Troubleshooting the OpenAccess SDK Clients : Troubleshooting the JDBC Client : DataDirect Spy : Enabling Pool Manager Tracing
 

Enabling Pool Manager Tracing

You can enable Pool Manager logging by calling setTracing(true) on the PooledConnectionDataSource connection. To disable tracing, call setTracing(false) on the connection. See Pool Manager Trace File Example for information about using a Pool Manager trace file for troubleshooting.
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.