Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-17523

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

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

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