skip to main content
Troubleshooting : Diagnostic Tools : Logging : Logging Components : Wire Protocol Adapter Logger
  

Try DataDirect Drivers Now
Wire Protocol Adapter Logger

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 Apache Cassandra 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.