From e0032070a3a3552e57a44efc1c47250219e9bbb9 Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Thu, 27 Jun 2024 13:17:03 -0500 Subject: [PATCH] Update modules/ROOT/pages/jdbc-tracing.adoc Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com> --- modules/ROOT/pages/jdbc-tracing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/jdbc-tracing.adoc b/modules/ROOT/pages/jdbc-tracing.adoc index 64f848967..bea6b3c20 100644 --- a/modules/ROOT/pages/jdbc-tracing.adoc +++ b/modules/ROOT/pages/jdbc-tracing.adoc @@ -139,7 +139,7 @@ The Informix using JDBC driver supports the `java.util.logging` library. The dri [#InformixDB2JCC] === Informix using DB2 JCC -Informix using the DB2 JCC driver does not support the `java.util.logging` library. This driver has it's own logging implementations which outputs directly to a file using a PrintWriter. Open Liberty provides the `com.ibm.ws.db2.logwriter` log writer name for trace specification that will configure a PrintWriter that will output JCC driver trace to trace.log. The following `server.xml` file example shows you the configuration to enable trace for Informix using the DB2 JCC driver and specify a custom property. +Informix using the DB2 JCC driver does not support the `java.util.logging` library. This driver has its own logging implementations that output directly to a file by using a PrintWriter. Open Liberty provides the `com.ibm.ws.db2.logwriter` log writer name for trace specification that configures a PrintWriter to output JCC driver trace to the `trace.log` file. The following `server.xml` file example shows you the configuration to enable trace for Informix by using the DB2 JCC driver and specify a custom property. [source, xml] ----