Configuring Logging Options in a Non-Windows Machine

To help troubleshoot issues, you can enable logging in the connector.

To enable logging on a non-Windows machine:

  1. To specify the level of information to include in log files, set the LogLevel property to one of the following numbers:

    LogLevel ValueDescription

    0

    Disables all logging.

    1

    Logs severe error events that lead the connector to abort.

    2

    Logs error events that might allow the connector to continue running.

    3

    Logs events that might result in an error if action is not taken.

    4

    Logs general information that describes the progress of the connector.

    5

    Logs detailed information that is useful for debugging the connector.

    6

    Logs all connector activity.

  2. Set the LogPath key to the full path to the folder where you want to save log files.
  3. Save the simba.databricksodbc.ini configuration file.
  4. Restart your ODBC application to make sure that the new settings take effect.

To disable logging on a non-Windows machine:

  1. Set the LogLevel key to 0.
  2. Save the simba.databricksodbc.ini configuration file.
  3. Restart your ODBC application to make sure that the new settings take effect.