[
https://issues.jboss.org/browse/WFLY-8983?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-8983:
-----------------------------
Fix Version/s: 11.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
ReplicatedJournal class - disabled trace logging
------------------------------------------------
Key: WFLY-8983
URL:
https://issues.jboss.org/browse/WFLY-8983
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Romain Pelisse
Assignee: Romain Pelisse
Priority: Minor
Fix For: 11.0.0.Final
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
(v7.5.0#75005)