Wire protocol adapter logger
- Last Updated: August 19, 2019
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
Name
datadirect.cloud.adapter.level
Description
Logs the calls the driver makes to the remote data source and the responses it receives from the remote data source.
Message Levels
CONFIG - Any errors or warnings detected
by the wire protocol adapter are written at this level.
FINE - In addition to the information
logged by the CONFIG level, information about calls made by the wire protocol adapter and
responses received by the wire protocol adapter are written at this level. In particular,
the 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 API-specific query being
executed. The actual data sent or fetched is not written at this level.
FINER - In addition to the information
logged by the CONFIG and FINE levels, this level provides additional information.
FINEST - In addition to the information
logged by the CONFIG, FINE, and FINER levels, data associated with the calls made by the
wire protocol adapter is written.