Configuring Logging Options in a Non-Windows Machine
To help troubleshoot issues, you can enable logging in the connector.
To enable logging
- To specify the level of information to include in log files, set the
LogLevelproperty to one of the following numbers:LogLevel Value Description 0Disables all logging.
1Logs severe error events that lead the connector to abort.
2Logs error events that might allow the connector to continue running.
3Logs events that might result in an error if action is not taken.
4Logs general information that describes the progress of the connector.
5Logs detailed information that is useful for debugging the connector.
6Logs all connector activity.
- Set the
LogPathkey to the full path to the folder where you want to save log files. - Save the
simba.databricksodbc.iniconfiguration file. - Restart your ODBC application to make sure that the new settings take effect.
To disable logging
- Set the
LogLevelkey to0. - Save the
simba.databricksodbc.iniconfiguration file. - Restart your ODBC application to make sure that the new settings take effect.