Uploaded image for project: 'Slider'
  1. Slider
  2. SLIDER-669

SliderAMWebApp to tune jersey log level to its own log level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Slider 0.60
    • None
    • Web & REST
    • None

    Description

      The SliderAMWebApp class sets jersey to log @ fine:

          Logger.getLogger("com.sun.jersey").setLevel(Level.FINEST);
      

      it should be less verbose ... which could be done by tuning the logger to the logger settings of the web app's own logging. e.g

      level = log.isDebugEnabled()? Level.FINE: Level.INFO
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            stevel@apache.org Steve Loughran
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: