Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-57

logger should log exception

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • unspecified
    • 1.0.1-rc2
    • general
    • None

    Description

      org.apache.pluto.portalImpl.services.log.LoggerImpl:69

      public void error(String aMessage, Throwable aThrowable) {
      log.error(aMessage);
      }

      does not log the Throwable. I think it should read:

      public void error(String aMessage, Throwable aThrowable) {
      log.error(aMessage, aThrowable);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            scharette Simon Charette
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: