Improve logging in JIRA so the unecessary stack traces are not generated.

XMLWordPrintable

      This task is a place holder of findings from examining 1 days worth of JAC logging

      sysout-2009-05-26_040059.log

      I think part of the problem is that stack traces get generated by default on

      log.error(msg,exception)
      

      Its like maybe we need a different coding idiom of

      log.error(msg)
      if (log.isDebugEnabled())
      {
         log.debug(msg,exception)
      }
      

      And that we people can turn on the debug level if stuff is to be debugged for real.

            Assignee:
            Michael Tokar
            Reporter:
            ɹǝʞɐq pɐɹq
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 15h
                15h