skip to main content
Configuring Hybrid Data Pipeline for JDBC : Troubleshooting : Logging Levels : Driver Logger
  

Try Now
Driver Logger

Name

com.ddtek.jdbcx.ddhybrid 

Purpose

Logs the calls the driver makes to the Hybrid Data Pipeline Data Source and the responses it receives.

Message Levels

CONFIG - Any errors or warnings detected by the driver are written at this level.
FINE - In addition to the same information logged by the CONFIG level, information about calls made by the driver and responses received by the driver are written at this level. In particular, the driver calls made to execute the query and the calls to fetch or send the data are logged. The log entries for the calls to execute the query include the specific query being executed. The actual data sent or fetched is not written at this level.
FINEST - In addition to the same information logged by the CONFIG and FINE levels, data associated with the calls made by the driver is written.