GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2263
ARTEMIS-2051 add trace logging for JDBC
Activate by enabling TRACE logging for:
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
This doesn't log *all* JDBC operations, just those that are used by the
JDBC store.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2051
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2263.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2263
----
commit 97b26085ef5d5ef4fe89adeeaf0e1dd601af1031
Author: Justin Bertram <jbertram@...>
Date: 2018-08-23T03:10:37Z
ARTEMIS-2051 add trace logging for JDBC
Activate by enabling TRACE logging for:
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
This doesn't log *all* JDBC operations, just those that are used by the
JDBC store.
----
---