Uploaded image for project: 'Jetspeed 2 (Retired)'
  1. Jetspeed 2 (Retired)
  2. JS2-1254

Logging locations are hidden with JetspeedLoggerUtil or DefaultJetspeedLogger

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.1
    • 2.2.2
    • Container
    • None

    Description

      Jetspeed provides a neutral logger factory and interface for commons components such as JetspeedContainerServlet.
      Those common components cannot access slf4j library directly, so we have provided a wrapper implementation as a component.
      However, with those wrapper logger implementations, the logging locations such as class name and operation name are not recorded properly. Instead of the real logging locations, it prints the wrapper's operation locations.
      This can be fixed by using the Slf4j SPI interface, LocatonAwareLogger [1], in the wrapper classes,
      or by extending slf4j-ext's LoggerWrapper class [2].

      [1] http://www.slf4j.org/api/org/slf4j/spi/LocationAwareLogger.html
      [2] http://www.slf4j.org/api/org/slf4j/ext/LoggerWrapper.html

      Attachments

        Activity

          People

            woon_san Woonsan Ko
            woon_san Woonsan Ko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: