Configuring Logging for the Delinea JDBC Proxy Driver
When the Delinea setup utility is configured, by default the following parameters are set for logging purposes:
- isLogging=true
- logLevel=0
You can modify the logging parameter in the DelineaDriver.properties file based on the requirement. The parameters located in the lib folder path of the application are used for logging purposes:
-
isLogging = This parameter can be set to either true or false to enable additional logging other than the default. Set this parameter to LogLevel.
-
logLevel = This parameter allows you to log in based on the requirement. The value can be either 0, 1, 2, or 3.
- Log Level 0 – (Logs Info) logs Information.
- Log Level 1 – (Logs Warning) logs for developer.
- Log Level 2 – (Logs Error) if any error logs will get printed.
- Log Level 3 – (Logs all) the above 3 logs types will get printed with an additional debug log.
Restart the web server to reflect the changes in the DelineaDriver.properties file.