Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-411

EventRecodingLogger.debug(String) logs at TRACE

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.8.0-beta2
    • 1.8.0-alpha2
    • None
    • None

    Description

      https://github.com/qos-ch/slf4j/blob/v_1.8.0-alpha2/slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java#L98-L100

      public void debug(String msg) {
          recordEvent(Level.TRACE, msg, null, null);
      }
      

      Expected result: debug method logs at debug.

      Actual result: debug method logs at trace.

      Seems like a copy-paste bug.

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            doug.roper Doug Roper
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: