Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
There is disabled logging of ReplicatedJournal due to hardcoded value:
private static final boolean trace = false;
Every trace log can never be logged:
if (ReplicatedJournal.trace) { ReplicatedJournal.trace("Append record id = " + id + " recordType = " + recordType); }
This is not ideal for investivatigation purposes.
Attachments
Issue Links
- links to