Skip to main content

How To: Enable trace for Snowflake JDBC driver while connecting through StreamSets?

  • December 21, 2021
  • 0 replies
  • 165 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

Product: StreamSets Data Collector

Question:

How to Enable trace for Snowflake JDBC driver while connecting through Streamsets?

 

Answer: 

Add the below parameter under Additional Configuration 

tracing=<string>

Specifies the log level for the driver. The driver uses the standard Java log utility. Valid values for log level are:

OFF , SEVERE , WARNING , INFO , CONFIG , FINE , FINER , FINEST , ALL.

Default value is INFO.

 

LEVEL
CONFIG CONFIG

CONFIG is a message level for static configuration messages.

FINE

FINE is a message level providing tracing information.

FINER FINER

FINER indicates a fairly detailed tracing message.

FINEST FINEST

FINEST indicates a highly detailed tracing message.

INFO INFO

INFO is a message level for informational messages.

OFF OFF

OFF is a special level that can be used to turn off logging.

SEVERE SEVERE

SEVERE is a message level indicating a serious failure.

WARNING WARNING

WARNING is a message level indicating a potential problem.

 

In addition there is a level OFF that can be used to turn off logging, and a level ALL that can be used to enable logging of all messages.

Did this topic help you find an answer to your question?
This topic has been closed for comments