Configuring the JDBC Log Settings - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software
To enable and configure JDBC logging:
  1. Create a file named simba.properties and add it to the folder containing the JDBC driver.
  2. In the file, define the LogLevel and LogPath properties.
    • LogLevel—(Optional) Specifies the log level: OFF, FATAL, ERROR, WARNING, INFO, DEBUG, and TRACE.
    • LogPath—(Optional) Specifies the path to the log file (AsterJDBC.log). If this property is not defined, the JDBC driver stores the log file in the same folder where the JDBC driver is located.

For example:

LogLevel=DEBUG
LogPath=D:\\logs