Enabling ODBC driver log for MapR DRILL
Following steps help you to set ODBC driver log to TRACE level.
Edit file '.mapr.drillodbc.ini' which should be present in the HOME directory.
Set 'LogLevel' to 6 and mention the path to where log will be written in 'LogPath'.
Example:
[Driver]
LogLevel=6
LogPath=/tmp/
Once this is set, we will start to see two log fles
driver.log
drillclient<timestamp>.log
No comments:
Post a Comment