You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2016/06/01 21:30:22 UTC

[GitHub] activemq-artemis issue #550: Jdbc refactor post

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/550
  
    I don't know in which commit it was changed. but JDBCJournalImpl has a Logger which is not final. it should be the first line.
    
    we are using the loggers just for trace and debug anyways, 
    errors/warn should still be at the former way (i.e. using the resources)...
    
    
    
    A general note about the JDBC work.. there is no tracing or Debug... if not now, please open a JIRA to add some traces around these methods.. in my own experience this may bite you later when there is a bug reported.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---