You can troubleshoot data pipelines using the standard logging mechanism in . Set these log levels in consultation with Ocient Support because this setting might impact performance.Documentation Index
Fetch the complete documentation index at: https://docs.ocient.com/llms.txt
Use this file to discover all available pages before exploring further.
Modify the Level of Logging
Execute these two SQL statements in this order to bump up the log message. First, set the log level.SQL
SQL
ALTER SYSTEM ALTER CONFIG SET 'streamloader.extractorEngineParameters.loggingConfig.com.ocient.extractor.allowLevel' 'Info';ALTER SYSTEM ALTER CONFIG SET 'streamloader.extractorEngineParameters.loggingConfig.com.ocient.extractor.en gine.allowLevel' 'Trace';
Valid Log Levels
This table provides an overview of the log levels you can specify for theALTER SYSTEM ALTER LOG LEVEL SET SQL statements with the streamloader.extractorEngineParameters.loggingConfig keys. The necessary log level for log4j must be set accordingly to at least the value specified in the column for the log4j level.
Log Level of streamloader.extractorEngineParameters.loggingConfig | Derived Level for log4j |
|---|---|
| FATAL | ERROR |
| ERROR | ERROR |
| WARN | WARN |
| INFO | INFO |
| DEBUG | DEBUG |
| TRACE | EDEBUG |
Reset the Log Level
To reset the log level after you reproduce a problem, execute these SQL statements.SQL

