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

ASF subversion and git services commented on ARTEMIS-1247:
----------------------------------------------------------

Commit 37d1d5ff7bfdfa64505752f9439ad89bfb3ad771 in activemq-artemis's branch 
refs/heads/master from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=37d1d5f ]

ARTEMIS-1247 Allow tracing on ReplicatedJournal

This closes #1360


> Allow tracing on ReplicatedJournal
> ----------------------------------
>
>                 Key: ARTEMIS-1247
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1247
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 2.1.0
>            Reporter: Romain PELISSE
>            Priority: Minor
>
> There is disabled logging of {{ReplicatedJournal}} due to hardcoded value:
> {code}
> private static final boolean trace = false;
> {code}
> Every trace log can never be logged:
> {code}
> if (ReplicatedJournal.trace) {
>          ReplicatedJournal.trace("Append record id = " + id + " recordType = 
> " + recordType);
>       }
> {code}
> This is not ideal for investivatigation purposes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to