Verbosity
The verbosity level that determines the amount of detail included in the log file.
Data Type
string
Default Value
"1"
Remarks
The verbosity level determines the amount of detail that the adapter reports to the Logfile. Verbosity levels from 1 to 5 are supported. These are described below:
1 | Setting Verbosity to 1 will log the query, the number of rows returned by it, the start of execution and the time taken, and any errors. |
2 | Setting Verbosity to 2 will log everything included in Verbosity 1 and additional query details. |
3 | Setting Verbosity to 3 will additionally log further details about the specific execution of the statements. |
4 | Setting Verbosity to 4 will additionally log ODBC specific calls made. |
5 | Setting Verbosity to 5 will additionally log communication with the ODBC driver and additional details that may be helpful in troubleshooting problems. This includes interface commands. |