SQL engine logger
- Last Updated: June 13, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
Name
com.ddtek.cloud.sql.level
Purpose
Logs the operations that the SQL engine performs while executing a query. Operations include preparing a statement to be executed, executing the statement, and fetching the data, if needed. These are internal operations that do not necessarily directly correlate with Web service calls made to the remote data source.
Message Levels
CONFIG - Any errors or warnings detected by the SQL engine
are written at this level.
FINE - In addition to the same information logged by the
CONFIG level, SQL engine operations are logged at this level. In particular, the SQL
statement that is being executed is written at this level.
FINER - In addition to the same information logged by the
CONFIG and FINE levels, data sent or received in the process of performing an operation is
written at this level.