Enabling LoggingΒΆ
Proceed as follows to enable logging in the driver:
- Open the driver configuration file (
~/.qubole.odbc.ini) in a text editor. - Change the
LogLevelto the required level. The different levels imply as given below:0impliesOff1impliesFatal2impliesError3impliesWarning4impliesInfo5impliesDebug6impliesTrace
- Set the LogPath attribute to the full path of the folder where you want to save log files. This directory must exist and it must have write access to you and other users if the application using the driver runs as a specific user.
- Save the driver configuration file.
- Restart the application you are using the driver with. Configuration changes will not be picked up by the application until it reloads the driver.
Note
The name of the Driver log file is qubole_driver.log.