Log
Specifies the logging level (verbosity) for a connection. Logging is always enabled. The logging levels are listed in order from terse to verbose.
Data Type
string
Default Value
""
Remarks
LOG=ERROR causes error messages for that connection to be printed to System.out. This is the default value. LOG=TIMING causes error and timing messages for that connection to be printed to System.out. LOG=INFO causes error, timing, and informational messages for that connection to be printed to System.out. LOG=DEBUG causes error, timing, informational, and debug messages for that connection to be printed to System.out. This parameter value is supported for the Default Connection for Java External Stored procedures.