Skip to content

Commit

Permalink
Update modules/ROOT/pages/jdbc-tracing.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
KyleAure and dmuelle committed Jun 28, 2024
1 parent dc51034 commit e003207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/jdbc-tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit e003207

Please sign in to comment.