Driver Logging through the Connection String - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
ODBC Driver for Teradata
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-18
dita:mapPath
uqj1639470627591.ditamap
dita:ditavalPath
nkw1500504256726.ditaval
dita:id
ktb1507075385726
Product Category
Teradata Tools and Utilities

Users can configure driver logging for the current connection by appending the driver logging options through the connection string.

For example, to turn on logging, add one of the following to the connection string.
  • For Windows: "LogLevel=6;LogPath=C:\Temp;"
  • For non-Windows: "LogLevel=6;LogPath=/tmp;"
Make sure there is a semicolon at the end of the connection string before appending these options.
Do not forget to remove these settings or to set the LogLevel=0 to turn logging off; otherwise, you may have poor performance and run out of disk space.