The following example details how one can configure the etc/logback.xml file to enable debug printing of JDBC messages to the log files. This configuration is applicable to Ambience, Repertoire Server and Repertoire Designer versions 202x installations.
Note: Enabling debug logging increases the size of the log files and may impact performance. It is advise to enable debug logging specifically for troubleshooting purposes.
-
Go to etc/logback.xml and add the following line, e.g.
<logger name="com.elixirtech.data2.datasource" level="debug" />
-
Restart the Ambience, Repertoire Server or Repertoire Designer versions 202x installation.
-
Once enabled the server or designer logs will print the JDBC log messages in debug mode whenever a JDBC data source is invoked, e.g.