You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/11/21 16:51:34 UTC

[jira] [Created] (SLIDER-669) SliderAMWebApp to tune jersey log level to its own log level

Steve Loughran created SLIDER-669:
-------------------------------------

             Summary: SliderAMWebApp to tune jersey log level to its own log level
                 Key: SLIDER-669
                 URL: https://issues.apache.org/jira/browse/SLIDER-669
             Project: Slider
          Issue Type: Improvement
          Components: Web & REST
    Affects Versions: Slider 0.60
            Reporter: Steve Loughran


The SliderAMWebApp class sets jersey to log @ fine: 

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

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
{code}
level = log.isDebugEnabled()? Level.FINE: Level.INFO
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)