[ 
https://issues.apache.org/jira/browse/ARTEMIS-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590888#comment-16590888
 ] 

ASF GitHub Bot commented on ARTEMIS-2051:
-----------------------------------------

Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2263#discussion_r212477311
  
    --- Diff: 
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java
 ---
    @@ -132,6 +142,11 @@ private void connect() throws SQLException {
                    }
                    final Driver dbDriver = getDriver(jdbcDriverClass);
                    connection = dbDriver.connect(jdbcConnectionUrl, new 
Properties());
    +
    +               if (logger.isTraceEnabled()) {
    --- End diff --
    
    How come this doesnt have the instance check?


> Add trace logging for JDBC
> --------------------------
>
>                 Key: ARTEMIS-2051
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2051
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to