UseLogPrefix
Key Name | Default Value | Required |
---|---|---|
|
|
No |
Description
This option specifies whether the connector includes a prefix in the names of log files so that the files can be distinguished by user and application.
Set the property to one of the following values:
1
: The connector prefixes log file names with the user name and process ID associated with the connection that is being logged.0
: The connector does not include the prefix in log file names.
For example, if you are connecting as a user named "jdoe" and using the connector in an application with process ID 7836, the generated log files would be named jdoe_7836_simbaathenaodbcdriver.log
and jdoe_7836_simbaathenaodbcdriver_connection_[Number].log
, where [Number] is a number that identifies each connection-specific log file.
simba.athenaodbc.ini
file.