Driver Logger
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Name
datadirect.jdbc.ddhybrid.level
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.