Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8983

ReplicatedJournal class - disabled trace logging

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 11.0.0.Final
    • None
    • JMS
    • None

      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.

            rpelisse@redhat.com Romain Pelisse
            rpelisse@redhat.com Romain Pelisse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: